mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 07:04:45 -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
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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue