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
212 B
Plaintext
12 lines
212 B
Plaintext
# Postgresql db container configuration
|
|
POSTGRES_DB=messages
|
|
POSTGRES_USER=user
|
|
POSTGRES_PASSWORD=pass
|
|
|
|
# App database configuration
|
|
DB_HOST=postgresql
|
|
DB_NAME=messages
|
|
DB_USER=user
|
|
DB_PASSWORD=pass
|
|
DB_PORT=5432
|