mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-29 08:01:33 -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
|
@ -24,6 +24,6 @@
|
|||
keycloak_quarkus_restart_strategy: restart/serial.yml
|
||||
keycloak_quarkus_db_user: keycloak
|
||||
keycloak_quarkus_db_pass: mysecretpass
|
||||
keycloak_quarkus_jdbc_url: jdbc:postgresql://postgres:5432/keycloak
|
||||
keycloak_quarkus_db_url: jdbc:postgresql://postgres:5432/keycloak
|
||||
roles:
|
||||
- role: keycloak_quarkus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue