mirror of
https://github.com/suitenumerique/docs
synced 2026-04-21 13:37:20 +00:00
The psycopg pool config was enabled by default forcing its usage. Using psycopg pool can be difficult, finding the good configuration take time. By default its usage should be disable and the maintainer of the instance should decide to enable it or not.
11 lines
212 B
Text
11 lines
212 B
Text
# Postgresql db container configuration
|
|
POSTGRES_DB=impress
|
|
POSTGRES_USER=dinum
|
|
POSTGRES_PASSWORD=pass
|
|
|
|
# App database configuration
|
|
DB_HOST=postgresql
|
|
DB_NAME=impress
|
|
DB_USER=dinum
|
|
DB_PASSWORD=pass
|
|
DB_PORT=5432
|