diff options
Diffstat (limited to 'config.json.example')
-rw-r--r-- | config.json.example | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/config.json.example b/config.json.example index 6dd20b79..bd7ab043 100644 --- a/config.json.example +++ b/config.json.example @@ -77,6 +77,12 @@ }, "imgur": { "clientID": "change this" - } + }, + "s3": { + "accessKeyId": "change this", + "secretAccessKey": "change this", + "region": "change this" + }, + "s3bucket": "change this" } } |