From bdfc8384fa72554db057f49e8e312621141cddb6 Mon Sep 17 00:00:00 2001 From: Torjus Date: Mon, 23 Jul 2018 12:23:19 +0200 Subject: [PATCH] Update config.example.js --- server/config.example.js | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/server/config.example.js b/server/config.example.js index f1cd18d..d44f7b6 100644 --- a/server/config.example.js +++ b/server/config.example.js @@ -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',