Fix keycloak URI in example config
In the example login.example.com is used for the subdomain for the keycloak instance.
This commit is contained in:
parent
fd06baeeb5
commit
835aeeb483
|
@ -2,7 +2,7 @@
|
|||
# Keycloak
|
||||
###################################################
|
||||
|
||||
OBS_KEYCLOAK_URI=portal.example.com
|
||||
OBS_KEYCLOAK_URI=login.example.com
|
||||
|
||||
# Postgres
|
||||
|
||||
|
|
Loading…
Reference in a new issue