diff --git a/.env b/.env index 8700a074f2de09275f8c8099c24383ba8eb99f76..8540d285e6814ea72e44ce9a27f788dc4fa240ac 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