Updated config

This commit is contained in:
Profitroll 2023-01-17 11:40:59 +01:00
parent c4323f0b00
commit f719befe40
1 changed files with 13 additions and 2 deletions

View File

@ -11,7 +11,8 @@
},
"mode": {
"post": true,
"submit": true
"submit": true,
"api_based": false
},
"reports": {
"sent": false,
@ -25,6 +26,7 @@
},
"locations": {
"data": "data",
"cache": "cache",
"sent": "data/sent",
"queue": "data/queue",
"index": "data/index.json",
@ -60,7 +62,16 @@
"18:00",
"20:00",
"22:00"
]
],
"api": {
"address": "http://localhost:8054",
"username": "",
"password": "",
"albums": {
"queue": "poster_queue",
"sent": "poster_sent"
}
}
},
"caption": {
"enabled": false,