1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/audiobookshelf_ynh.git synced 2024-09-03 18:06:19 +02:00

added dev config

This commit is contained in:
navanchauhan 2022-04-16 01:07:50 -06:00
parent bc84d3129f
commit 42e7fbe293

9
conf/dev.js Normal file
View file

@ -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'
}