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