1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mstream_ynh.git synced 2024-09-03 19:46:17 +02:00
mstream_ynh/conf/config.json
Éric Gaspar 7531b28611 fix
2023-05-02 14:48:06 +02:00

25 lines
No EOL
545 B
JSON

{
"port": __PORT__,
"webAppDirectory": "public",
"secret": "__KEY__",
"writeLogs": true,
"noUpload": false,
"scanOptions": {
"skipImg": true,
"scanInterval": 1.5,
"pause": 50,
"saveInterval": 500,
"bootScanDelay": 15
},
"storage": {
"albumArtDirectory": "__DATA_DIR__/album-art",
"dbDirectory": "__DATA_DIR__db",
"logsDirectory": "__DATA_DIR__/logs"
},
"transcode": {
"enabled": true,
"ffmpegDirectory": "/usr/bin/ffmpeg",
"defaultCodec": "opus",
"defaultBitrate": "128k"
}
}