From f8fdfdd59d7b2382a40ef92ec39e08bbe0909dbc Mon Sep 17 00:00:00 2001 From: Stefan Mogeritsch Date: Tue, 10 Mar 2026 14:47:17 +0100 Subject: [PATCH] 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 --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 39cd357d..4aa3b442 100644 --- a/.env +++ b/.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