mirror of
https://github.com/suitenumerique/docs.git
synced 2026-05-09 16:42:18 +02:00
12 lines
219 B
Plaintext
12 lines
219 B
Plaintext
# Postgresql db container configuration
|
|
POSTGRES_DB=keycloak
|
|
POSTGRES_USER=people
|
|
POSTGRES_PASSWORD=pass
|
|
|
|
# App database configuration
|
|
DB_HOST=kc_postgresql
|
|
DB_NAME=keycloak
|
|
DB_USER=people
|
|
DB_PASSWORD=pass
|
|
DB_PORT=5433
|