diff options
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 57669cf9..80662b0f 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" }, "ldap": { "url": "ldap://change_this", |