From 09f10292b2c22749685924890d89816cb75af593 Mon Sep 17 00:00:00 2001 From: "Bekerle, Patrizio" <patrizio.bekerle@tugraz.at> Date: Thu, 21 Oct 2021 08:25:38 +0200 Subject: [PATCH] Remove TU Graz config --- .env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 8700a07..8540d28 100644 --- a/.env +++ b/.env @@ -17,9 +17,9 @@ APP_ENV=dev APP_SECRET= # KEYCLOAK -KEYCLOAK_SERVER_URL=https://auth-dev.tugraz.at/auth -KEYCLOAK_REALM=tugraz-vpu -KEYCLOAK_FRONTEND_CLIENT_ID=auth-dev-mw-frontend-local +KEYCLOAK_SERVER_URL=https://auth.your-server/auth +KEYCLOAK_REALM=your-realm +KEYCLOAK_FRONTEND_CLIENT_ID=your-client-id # If not empty gets used to check if the access token got issued # for this audience ('api-gw' for example) KEYCLOAK_AUDIENCE=api-gw -- GitLab