From ef84f20eb4930e6b34c266c01b872b1d02f0ca9f Mon Sep 17 00:00:00 2001 From: irismarie Date: Wed, 3 Feb 2021 18:07:57 +0100 Subject: [PATCH] changed config values for integration test, #39 --- src/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.js b/src/config.js index c911724..f6e470b 100644 --- a/src/config.js +++ b/src/config.js @@ -24,8 +24,8 @@ const config = { mail: 'stvogel@eonerc.rwth-aachen.de' }, externalAuth: true, - loginURL: 'http://localhost:4180/oauth2/start?rd=http://localhost:3000/login/complete', - provider: 'KeyCloak', + loginURL: 'villas.k8s/oauth2/start?rd=villas.k8s/login/complete', + provider: 'Jupyter', disableVillasLogin: false, };