docs: update .env comments for Keycloak hostname configuration adjustments
- Clarified example for server configuration (`localhost` vs. IP/domain with port). Signed-off-by: Stefan Mogeritsch <stefan.mo.co@gmail.com>
This commit is contained in:
parent
ccaf60c019
commit
f8fdfdd59d
2
.env
2
.env
|
|
@ -60,7 +60,7 @@ KC_ADMIN_PASSWORD=kc-password
|
|||
KC_DB=postgres
|
||||
KC_DB_SCHEMA=keycloak
|
||||
KC_DB_PASSWORD=meldestelle
|
||||
# Lokal: localhost | Server: echte IP oder Domain (z.B. 192.168.1.100 oder auth.meldestelle.at)
|
||||
# Lokal: localhost | Server: echte IP oder Domain (z.B. 10.0.0.50:8180 oder auth.meldestelle.at)
|
||||
KC_HOSTNAME=localhost
|
||||
# false = kein Hostname-Strict-Check (empfohlen für Entwicklung und HTTP-only Server)
|
||||
KC_HOSTNAME_STRICT=false
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user