Skip to content

Commit

Permalink
- Add missing text .env
Browse files Browse the repository at this point in the history
Thanks to Vanila Chat user .gitignore !
  • Loading branch information
xet7 committed Feb 23, 2019
1 parent fd5d654 commit 4e6e78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/authentication.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Meteor.startup(() => {
userinfoEndpoint: process.env.OAUTH2_USERINFO_ENDPOINT,
tokenEndpoint: process.env.OAUTH2_TOKEN_ENDPOINT,
idTokenWhitelistFields: process.env.OAUTH2_ID_TOKEN_WHITELIST_FIELDS || [],
requestPermissions: process.OAUTH2_REQUEST_PERMISSIONS || ['openid'],
requestPermissions: process.env.OAUTH2_REQUEST_PERMISSIONS || ['openid'],
},
}
);
Expand Down

0 comments on commit 4e6e78c

Please sign in to comment.