mirror of
https://github.com/suitenumerique/docs
synced 2026-04-21 21:47:35 +00:00
11 lines
No EOL
211 B
Text
11 lines
No EOL
211 B
Text
# Postgresql db container configuration
|
|
POSTGRES_DB=publish
|
|
POSTGRES_USER=dinum
|
|
POSTGRES_PASSWORD=pass
|
|
|
|
# App database configuration
|
|
DB_HOST=postgresql
|
|
DB_NAME=publish
|
|
DB_USER=dinum
|
|
DB_PASSWORD=pass
|
|
DB_PORT=5432 |