diff options
Diffstat (limited to 'config.json.example')
-rw-r--r-- | config.json.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config.json.example b/config.json.example index f5ddf182..66a0227c 100644 --- a/config.json.example +++ b/config.json.example @@ -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", |