diff options
author | Devon Jue | 2017-10-26 00:13:29 -0700 |
---|---|---|
committer | Devon Jue | 2017-11-08 21:20:50 -0800 |
commit | 8c916bb987a71c2988921265a75bd2f430aec4dd (patch) | |
tree | 8a2c17a008479d7cd87c504d833abb48385e4df1 /config.json.example | |
parent | d8997f938bfe80b6677f3ee7ca85d980b2a6061f (diff) |
added auth docs and images for GitHub and Twitter
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" } } |