Update keycloak.conf.j2

The documentation states that the path is relative to the /conf directory, which is true. So if one changes the contents of this file it would have no effect because the path would be non-existent. To make things worse, there would be no obvious error stating this and the configuration would be loaded from the defaults.
This commit is contained in:
Božo Barun 2023-01-26 15:27:57 +01:00 committed by GitHub
parent 808b944f19
commit 5cdaa7aabb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ hostname-path={{ keycloak_quarkus_http_relative_path }}
# Cluster
{% if keycloak_quarkus_ha_enabled %}
cache=ispn
cache-config-file=conf/cache-ispn.xml
cache-config-file=cache-ispn.xml
cache-stack=tcp
{% endif %}