From 587a6e22399045b4e44e073cdf9dd87f39b20356 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Tue, 23 Jan 2018 11:58:37 +0100 Subject: Add README and `config.json.example` content Signed-off-by: Sheogorath --- config.json.example | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config.json.example') 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", -- cgit v1.2.3