Update 00-realm-config.yaml

This commit is contained in:
2026-04-30 11:13:05 +03:00
parent 531d330181
commit ba24a20097

View File

@@ -1,6 +1,4 @@
realm: $(REALM_NAME)
hostname: $(KEYCLOAK_HOSTNAME)
frontendUrl: $(KEYCLOAK_HOSTNAME)
enabled: true
displayName: $(REALM_DISPLAY_NAME)
loginTheme: Blue_stripes
@@ -18,7 +16,7 @@ supportedLocales:
smtpServer:
# Sender Details
from: $(EMAIL_ADRESS)
fromDisplayName: $(REALM_NAME)
fromDisplayName: $(REALM_DISPLAY_NAME)
# Connection Settings
host: $(SMTP_HOST)