mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 22:54:42 -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
|
@ -56,7 +56,8 @@ module.exports = {
|
|||
},
|
||||
dropbox: {
|
||||
clientID: process.env.HMD_DROPBOX_CLIENTID,
|
||||
clientSecret: process.env.HMD_DROPBOX_CLIENTSECRET
|
||||
clientSecret: process.env.HMD_DROPBOX_CLIENTSECRET,
|
||||
appKey: process.env.HMD_DROPBOX_APPKEY
|
||||
},
|
||||
google: {
|
||||
clientID: process.env.HMD_GOOGLE_CLIENTID,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue