mirror of
https://github.com/suitenumerique/docs.git
synced 2026-04-25 17:15:01 +02:00
11 lines
220 B
Plaintext
11 lines
220 B
Plaintext
# Postgresql db container configuration
|
|
POSTGRES_DB=keycloak
|
|
POSTGRES_USER=impress
|
|
POSTGRES_PASSWORD=pass
|
|
|
|
# App database configuration
|
|
DB_HOST=kc_postgresql
|
|
DB_NAME=keycloak
|
|
DB_USER=impress
|
|
DB_PASSWORD=pass
|
|
DB_PORT=5433 |