Update 00-realm-config.yaml
This commit is contained in:
@@ -1,6 +1,4 @@
|
|||||||
realm: $(REALM_NAME)
|
realm: $(REALM_NAME)
|
||||||
hostname: $(KEYCLOAK_HOSTNAME)
|
|
||||||
frontendUrl: $(KEYCLOAK_HOSTNAME)
|
|
||||||
enabled: true
|
enabled: true
|
||||||
displayName: $(REALM_DISPLAY_NAME)
|
displayName: $(REALM_DISPLAY_NAME)
|
||||||
loginTheme: Blue_stripes
|
loginTheme: Blue_stripes
|
||||||
@@ -18,7 +16,7 @@ supportedLocales:
|
|||||||
smtpServer:
|
smtpServer:
|
||||||
# Sender Details
|
# Sender Details
|
||||||
from: $(EMAIL_ADRESS)
|
from: $(EMAIL_ADRESS)
|
||||||
fromDisplayName: $(REALM_NAME)
|
fromDisplayName: $(REALM_DISPLAY_NAME)
|
||||||
|
|
||||||
# Connection Settings
|
# Connection Settings
|
||||||
host: $(SMTP_HOST)
|
host: $(SMTP_HOST)
|
||||||
|
|||||||
Reference in New Issue
Block a user