mirror of
https://github.com/suitenumerique/docs
synced 2026-04-21 13:37:20 +00:00
11 lines
211 B
Text
11 lines
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
|