mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 06:34:39 -04:00
Backport of #278 for 1.6.1
This is a backport of #278 with the default value of `scope` changed to `undefined`. This is thus a fully backward-compatible change. Signed-off-by: Victor Berger <victor.berger@m4x.org>
This commit is contained in:
parent
0ef5261e61
commit
5f3a1b6266
5 changed files with 10 additions and 5 deletions
|
@ -81,7 +81,8 @@ module.exports = {
|
|||
tokenURL: process.env.HMD_OAUTH2_TOKEN_URL,
|
||||
authorizationURL: process.env.HMD_OAUTH2_AUTHORIZATION_URL,
|
||||
clientID: process.env.HMD_OAUTH2_CLIENT_ID,
|
||||
clientSecret: process.env.HMD_OAUTH2_CLIENT_SECRET
|
||||
clientSecret: process.env.HMD_OAUTH2_CLIENT_SECRET,
|
||||
scope: process.env.HMD_OAUTH2_SCOPE
|
||||
},
|
||||
dropbox: {
|
||||
clientID: process.env.HMD_DROPBOX_CLIENTID,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue