diff options
author | Yukai Huang | 2017-01-14 14:17:20 +0800 |
---|---|---|
committer | Yukai Huang | 2017-01-14 14:17:20 +0800 |
commit | b4bed37d64d59a70db3f0373894cf6ac611c1630 (patch) | |
tree | 6f1caced660e60efc6f384d857a713dd971e27e0 /config.json.example | |
parent | 1ed19966394b9735c348ec0116ec0e939c363ce6 (diff) |
Add google apiKey & dropbox appKey to config.json
Diffstat (limited to 'config.json.example')
-rw-r--r-- | config.json.example | 6 |
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" |