Comment out the KEYCLOAK_USER and KEYCLOAK_PASSWORD since they mess up things after first run

This commit is contained in:
Jesper Hess 2021-10-07 20:58:01 +02:00
parent e6ee76ddde
commit ca6c3a96a1
Signed by untrusted user: graffen
GPG Key ID: 351A89E40D763F0F
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@
DB_USER: "keycloak"
DB_PASSWORD: "{{ postgres_passwords.keycloak }}"
DB_ADDR: "keycloak_postgres_1"
KEYCLOAK_USER: "{{ keycloak_secrets.admin_user }}" # Only used for the first run of the application to set up the admin user
KEYCLOAK_PASSWORD: "{{ keycloak_secrets.admin_password }}"
#KEYCLOAK_USER: "{{ keycloak_secrets.admin_user }}" # Only used for the first run of the application to set up the admin user
#KEYCLOAK_PASSWORD: "{{ keycloak_secrets.admin_password }}"
PROXY_ADDRESS_FORWARDING: "true"
networks: