Update config.example.js
This commit is contained in:
@@ -3,15 +3,9 @@ module.exports =
|
|||||||
// oAuth2 conf
|
// oAuth2 conf
|
||||||
oauth2 :
|
oauth2 :
|
||||||
{
|
{
|
||||||
client_id : '',
|
clientID : '',
|
||||||
client_secret : '',
|
clientSecret : '',
|
||||||
providerID : '',
|
callbackURL : 'https://mYDomainName:port/auth-callback'
|
||||||
redirect_uri : 'https://mYDomainName:port/auth-callback',
|
|
||||||
authorization_endpoint : '',
|
|
||||||
userinfo_endpoint : '',
|
|
||||||
token_endpoint : '',
|
|
||||||
scopes : { request: [ 'openid', 'userid', 'profile' ] },
|
|
||||||
response_type : 'code'
|
|
||||||
},
|
},
|
||||||
// Listening hostname for `gulp live|open`.
|
// Listening hostname for `gulp live|open`.
|
||||||
domain : 'localhost',
|
domain : 'localhost',
|
||||||
|
|||||||
Reference in New Issue
Block a user