diff --git a/config.json b/config.json index 19209e2..2ba707b 100644 --- a/config.json +++ b/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,