mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-07-31 11:54:54 +00:00
Fix admin login redirect when running locally
This commit is contained in:
@@ -28,6 +28,7 @@ keycloak_quarkus_master_realm: master
|
|||||||
### Configuration settings
|
### Configuration settings
|
||||||
keycloak_quarkus_bind_address: 0.0.0.0
|
keycloak_quarkus_bind_address: 0.0.0.0
|
||||||
keycloak_quarkus_host: localhost
|
keycloak_quarkus_host: localhost
|
||||||
|
keycloak_quarkus_port: 8080
|
||||||
keycloak_quarkus_http_enabled: True
|
keycloak_quarkus_http_enabled: True
|
||||||
keycloak_quarkus_http_port: 8080
|
keycloak_quarkus_http_port: 8080
|
||||||
keycloak_quarkus_https_port: 8443
|
keycloak_quarkus_https_port: 8443
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ https-certificate-key-file={{ keycloak_quarkus_key_file }}
|
|||||||
|
|
||||||
# Hostname for the Keycloak server.
|
# Hostname for the Keycloak server.
|
||||||
hostname={{ keycloak_quarkus_host }}
|
hostname={{ keycloak_quarkus_host }}
|
||||||
|
hostname-port={{ keycloak_quarkus_port }}
|
||||||
hostname-path={{ keycloak_quarkus_http_relative_path }}
|
hostname-path={{ keycloak_quarkus_http_relative_path }}
|
||||||
|
|
||||||
# Cluster
|
# Cluster
|
||||||
|
|||||||
Reference in New Issue
Block a user