summaryrefslogtreecommitdiff
path: root/config.json.example
diff options
context:
space:
mode:
authorYukai Huang2017-01-14 14:17:20 +0800
committerYukai Huang2017-01-14 14:17:20 +0800
commitb4bed37d64d59a70db3f0373894cf6ac611c1630 (patch)
tree6f1caced660e60efc6f384d857a713dd971e27e0 /config.json.example
parent1ed19966394b9735c348ec0116ec0e939c363ce6 (diff)
Add google apiKey & dropbox appKey to config.json
Diffstat (limited to 'config.json.example')
-rw-r--r--config.json.example6
1 files changed, 4 insertions, 2 deletions
diff --git a/config.json.example b/config.json.example
index e5e3fc56..e980566f 100644
--- a/config.json.example
+++ b/config.json.example
@@ -45,11 +45,13 @@
},
"dropbox": {
"clientID": "change this",
- "clientSecret": "change this"
+ "clientSecret": "change this",
+ "appKey": "change this"
},
"google": {
"clientID": "change this",
- "clientSecret": "change this"
+ "clientSecret": "change this",
+ "apiKey": "change this"
},
"imgur": {
"clientID": "change this"