From ba24a200977de4e6cb898dc5dbb7a9c4d22dec05 Mon Sep 17 00:00:00 2001 From: DeOwl Date: Thu, 30 Apr 2026 11:13:05 +0300 Subject: [PATCH] Update 00-realm-config.yaml --- config/00-realm-config.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/00-realm-config.yaml b/config/00-realm-config.yaml index d8e2724..faa8e3b 100644 --- a/config/00-realm-config.yaml +++ b/config/00-realm-config.yaml @@ -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)