mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-12 22:26:08 -04:00
Fix not passing app key correctly in dropbox config
This commit is contained in:
parent
11a5dd0eb4
commit
608008753f
4 changed files with 7 additions and 4 deletions
|
@ -44,7 +44,8 @@ if (fs.existsSync(basePath)) {
|
|||
},
|
||||
dropbox: {
|
||||
clientID: getSecret('dropbox_clientID'),
|
||||
clientSecret: getSecret('dropbox_clientSecret')
|
||||
clientSecret: getSecret('dropbox_clientSecret'),
|
||||
appKey: getSecret('dropbox_appKey')
|
||||
},
|
||||
google: {
|
||||
clientID: getSecret('google_clientID'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue