mirror of
https://github.com/suitenumerique/messages.git
synced 2026-04-25 17:15:21 +02:00
We used the Drive repository as starting point. There are still some leftovers that will be cleaned up over time.
12 lines
215 B
Plaintext
12 lines
215 B
Plaintext
# Postgresql db container configuration
|
|
POSTGRES_DB=keycloak
|
|
POSTGRES_USER=user
|
|
POSTGRES_PASSWORD=pass
|
|
|
|
# App database configuration
|
|
DB_HOST=kc_postgresql
|
|
DB_NAME=keycloak
|
|
DB_USER=user
|
|
DB_PASSWORD=pass
|
|
DB_PORT=5433
|