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:
parent
bc84d3129f
commit
42e7fbe293
1 changed files with 9 additions and 0 deletions
9
conf/dev.js
Normal file
9
conf/dev.js
Normal 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'
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue