1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

changed config values for integration test, #39

This commit is contained in:
irismarie 2021-02-03 18:07:57 +01:00
parent 48a7386736
commit ef84f20eb4

View file

@ -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,
};