Skip to content

Commit

Permalink
Fix docs (#151)
Browse files Browse the repository at this point in the history
* add profiles

* Update refarch-gateway/README.md

Co-authored-by: Simon Hirtreiter <14137977+simonhir@users.noreply.github.com>

* fix variable

---------

Co-authored-by: Simon Hirtreiter <14137977+simonhir@users.noreply.github.com>
  • Loading branch information
hupling and simonhir authored Sep 13, 2024
1 parent 80d1c3d commit 083215c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refarch-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Beside the default behaviour there are some special route prefixes which are han

| Var | Description | Example |
|----------------------------------------------------------|----------------------------------------------------|-------------------------------------------------------------------------|
| `SPRING_PROFILES_ACTIV` | See profiles | `local,hazelcast-local` |
| `SPRING_PROFILES_ACTIVE` | See profiles | `local,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. | |
Expand Down

0 comments on commit 083215c

Please sign in to comment.