mirror of
https://github.com/YunoHost-Apps/mstream_ynh.git
synced 2024-09-03 19:46:17 +02:00
Update config.json
This commit is contained in:
parent
c191950238
commit
b4a631aaa2
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
"port": __PORT__,
|
"port": __PORT__,
|
||||||
"webAppDirectory": "public",
|
|
||||||
"secret": "__KEY__",
|
"secret": "__KEY__",
|
||||||
"writeLogs": true,
|
"writeLogs": true,
|
||||||
"noUpload": false,
|
"noUpload": false,
|
||||||
|
@ -13,7 +12,7 @@
|
||||||
},
|
},
|
||||||
"storage": {
|
"storage": {
|
||||||
"albumArtDirectory": "__DATA_DIR__/album-art",
|
"albumArtDirectory": "__DATA_DIR__/album-art",
|
||||||
"dbDirectory": "__DATA_DIR__db",
|
"dbDirectory": "__DATA_DIR__/db",
|
||||||
"logsDirectory": "__DATA_DIR__/logs"
|
"logsDirectory": "__DATA_DIR__/logs"
|
||||||
},
|
},
|
||||||
"transcode": {
|
"transcode": {
|
||||||
|
|
Loading…
Reference in a new issue