diff --git a/refarch-gateway/README.md b/refarch-gateway/README.md index ae637251..41e02f0c 100644 --- a/refarch-gateway/README.md +++ b/refarch-gateway/README.md @@ -43,6 +43,7 @@ Beside the default behaviour there are some special route prefixes which are han | Var | Description | Example | |----------------------------------------------------------|----------------------------------------------------|-------------------------------------------------------------------------| +| `SPRING_PROFILES_ACTIV` | see profiles | `no-security,hazelcast-local` | | `SSO_ISSUER_URL` | Url of the oAuth2 server used for authentication. | `https://sso.muenchen.de/auth/realms/muenchen.de` | | `SSO_CLIENT_ID` | OAuth2 client id used for authentication. | | | `SSO_CLIENT_SECRET` | OAuth2 client secret used for authentication. | |