diff options
author | Yukai Huang | 2017-01-15 03:45:19 +0000 |
---|---|---|
committer | Yukai Huang | 2017-01-15 03:45:19 +0000 |
commit | 75e28a1d5e0476d73b59b2255aec2b7e6d0a6cdc (patch) | |
tree | 12838f33d941e8734c87383c4653b8b63bbd95a6 /config.json.example | |
parent | b3ed4445651b373b14217a55e6382f9025ab345a (diff) | |
parent | c0e8306961a47e7a2ba52d0445c12aaa5fe07949 (diff) |
Merge branch 't216-refactor-common' into 'frontend-next'
T216 refactor common
See merge request !5
Diffstat (limited to '')
-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", |