Fix not passing app key correctly in dropbox config

This commit is contained in:
Wu Cheng-Han 2018-01-19 00:25:08 +08:00
parent 11a5dd0eb4
commit 608008753f
4 changed files with 7 additions and 4 deletions

View file

@ -81,7 +81,8 @@ module.exports = {
},
dropbox: {
clientID: undefined,
clientSecret: undefined
clientSecret: undefined,
appKey: undefined
},
google: {
clientID: undefined,