summaryrefslogtreecommitdiff
path: root/config.json.example
diff options
context:
space:
mode:
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"
}
}