mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-06 10:50:31 -07:00
Fix admin login redirect when running locally
This commit is contained in:
parent
aa7902b9c3
commit
9a46b455f6
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue