summaryrefslogtreecommitdiff
path: root/config.json.example
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2017-11-09 13:34:18 +0100
committerGitHub2017-11-09 13:34:18 +0100
commit978ec8490617de6fa8eedcd108448e61fcf3fb40 (patch)
tree8a2c17a008479d7cd87c504d833abb48385e4df1 /config.json.example
parentd8997f938bfe80b6677f3ee7ca85d980b2a6061f (diff)
parent8c916bb987a71c2988921265a75bd2f430aec4dd (diff)
Merge pull request #601 from devonJS/auth-docs
Added small guide for auth providers GitHub and Twitter
Diffstat (limited to '')
-rw-r--r--config.json.example8
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"
}
}