diff options
author | Sheogorath | 2018-01-23 11:58:37 +0100 |
---|---|---|
committer | Sheogorath | 2018-01-23 11:59:07 +0100 |
commit | 587a6e22399045b4e44e073cdf9dd87f39b20356 (patch) | |
tree | a7c6bc05e306ec995a082d753e1c67a5c8dfab06 /config.json.example | |
parent | a99467f00622d0ce0a5c3d48b36bf6de8bbaab04 (diff) |
Add README and `config.json.example` content
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
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", |