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