Fix not passing app key correctly in dropbox config
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user