From 42e7fbe293bf108a1b0a1793dcc2c6b0adbcbffd Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Sat, 16 Apr 2022 01:07:50 -0600 Subject: [PATCH] added dev config --- conf/dev.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 conf/dev.js 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