Update config.example.js

master
Torjus 2018-07-23 12:23:19 +02:00
parent 313ce81685
commit bdfc8384fa
1 changed files with 3 additions and 9 deletions

View File

@ -3,15 +3,9 @@ module.exports =
// oAuth2 conf
oauth2 :
{
client_id : '',
client_secret : '',
providerID : '',
redirect_uri : 'https://mYDomainName:port/auth-callback',
authorization_endpoint : '',
userinfo_endpoint : '',
token_endpoint : '',
scopes : { request: [ 'openid', 'userid', 'profile' ] },
response_type : 'code'
clientID : '',
clientSecret : '',
callbackURL : 'https://mYDomainName:port/auth-callback'
},
// Listening hostname for `gulp live|open`.
domain : 'localhost',