diff options
author | Christoph (Sheogorath) Kern | 2018-01-26 00:35:50 +0100 |
---|---|---|
committer | GitHub | 2018-01-26 00:35:50 +0100 |
commit | 6dae85f4aafe4cff5209a1b1756bdf50a55819ef (patch) | |
tree | 3af17347c9a535972fa7c256e171506f6c7b4625 /config.json.example | |
parent | e52d7db96cffb89593ff496d0fc1620696553908 (diff) | |
parent | 587a6e22399045b4e44e073cdf9dd87f39b20356 (diff) |
Merge pull request #698 from SISheogorath/docs/minio
Adding some docs for new Minio Feature
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", |