From 8c916bb987a71c2988921265a75bd2f430aec4dd Mon Sep 17 00:00:00 2001 From: Devon Jue Date: Thu, 26 Oct 2017 00:13:29 -0700 Subject: added auth docs and images for GitHub and Twitter --- config.json.example | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'config.json.example') 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" } } -- cgit v1.2.3