Add google apiKey & dropbox appKey to config.json

This commit is contained in:
Yukai Huang 2017-01-14 14:17:20 +08:00
parent 1ed1996639
commit b4bed37d64

View file

@ -45,11 +45,13 @@
}, },
"dropbox": { "dropbox": {
"clientID": "change this", "clientID": "change this",
"clientSecret": "change this" "clientSecret": "change this",
"appKey": "change this"
}, },
"google": { "google": {
"clientID": "change this", "clientID": "change this",
"clientSecret": "change this" "clientSecret": "change this",
"apiKey": "change this"
}, },
"imgur": { "imgur": {
"clientID": "change this" "clientID": "change this"