You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910 |
- TIMEZONE=Europe/Paris
-
- PG_HOST=postgresql.main.internal.docker
- PG_USER=keycloak
- PG_PASSWORD=change_it
- PG_DB=keycloak
- PG_SCHEMA=public
-
- KC_USER=admin
- KC_PASSWORD=change_it
|