7 lines
117 B
Plaintext
7 lines
117 B
Plaintext
NODE_ENV="dev"
|
|
|
|
DB_HOST="postgres"
|
|
DB_NAME="briques"
|
|
DB_USER="briques_db"
|
|
DB_PASSWORD="briques_password"
|
|
DB_PORT=5432 |