mirror of
https://github.com/suitenumerique/docs
synced 2026-04-21 21:47:35 +00:00
11 lines
No EOL
220 B
Text
11 lines
No EOL
220 B
Text
# 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 |