diff --git a/conf/dev.js b/conf/dev.js new file mode 100644 index 0000000..7d97588 --- /dev/null +++ b/conf/dev.js @@ -0,0 +1,9 @@ +const Path = require('path') +module.exports.config = { + Port: __PORT__, + ConfigPath: Path.resolve('__DATADIR__/config'), + AudiobookPath: Path.resolve('__DATADIR__/audiobooks'), + MetadataPath: Path.resolve('__DATADIR__/metadata'), + FFmpegPath: '/usr/bin/ffmpeg', + FFProbePath: '/usr/bin/ffprobe' +} \ No newline at end of file