This repository has been archived on 2025-09-22. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
2025SELab2-project-Dwengo/backend/.env.production
Timo De Meyst 72cab189a6 fix: update env vars
DB_PORT aangepast
2025-03-11 09:44:38 +01:00

7 lines
164 B
Text

DWENGO_PORT=3000
DWENGO_DB_HOST=localhost
DWENGO_DB_PORT=5432
DWENGO_DB_NAME=postgres
DWENGO_DB_USERNAME=postgres
DWENGO_DB_PASSWORD=postgres
DWENGO_DB_UPDATE=true