9 lines
145 B
Bash
9 lines
145 B
Bash
KC_DB=postgres
|
|
KC_DB_URL=postgres
|
|
KC_DB_USERNAME=keycloak
|
|
KC_HOSTNAME=keycloak
|
|
|
|
DB=postgres
|
|
DB_URL=postgres
|
|
DB_USER=keycloak
|
|
DB_PASS=weakpassword |