Updated config
This commit is contained in:
parent
c4323f0b00
commit
f719befe40
15
config.json
15
config.json
@ -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,
|
||||||
|
Reference in New Issue
Block a user