mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-14 01:54:30 -07:00
Rename parameters from jdbc to db
This commit is contained in:
parent
c92bf19720
commit
e9061b29ef
7 changed files with 19 additions and 19 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
{% if keycloak_quarkus_db_enabled %}
|
||||
# Database
|
||||
db={{ keycloak_quarkus_jdbc_engine }}
|
||||
db-url={{ keycloak_quarkus_jdbc_url }}
|
||||
db={{ keycloak_quarkus_db_engine }}
|
||||
db-url={{ keycloak_quarkus_db_url }}
|
||||
db-username={{ keycloak_quarkus_db_user }}
|
||||
{% if not keycloak.config_key_store_enabled %}
|
||||
db-password={{ keycloak_quarkus_db_pass }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue