Fix not passing app key correctly in dropbox config
This commit is contained in:
2
app.js
2
app.js
@@ -34,7 +34,7 @@ var data = {
|
||||
version: config.version,
|
||||
GOOGLE_API_KEY: config.google.clientSecret,
|
||||
GOOGLE_CLIENT_ID: config.google.clientID,
|
||||
DROPBOX_APP_KEY: config.dropbox.clientSecret
|
||||
DROPBOX_APP_KEY: config.dropbox.appKey
|
||||
}
|
||||
|
||||
ejs.renderFile(constpath, data, {}, function (err, str) {
|
||||
|
||||
Reference in New Issue
Block a user