Add README and config.json.example content

Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
This commit is contained in:
Sheogorath
2018-01-23 11:58:37 +01:00
parent a99467f006
commit 587a6e2239
2 changed files with 14 additions and 1 deletions

View File

@@ -100,6 +100,13 @@
"imgur": {
"clientID": "change this"
},
"minio": {
"accessKey": "change this",
"secretKey": "change this",
"endPoint": "change this",
"secure": true,
"port": 9000
},
"s3": {
"accessKeyId": "change this",
"secretAccessKey": "change this",