fix: update env vars

DB_PORT aangepast
This commit is contained in:
Timo De Meyst 2025-03-11 09:44:38 +01:00
parent 885021b0b1
commit 72cab189a6
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
DWENGO_PORT=3000
DWENGO_DB_HOST=localhost
DWENGO_DB_PORT=5431
DWENGO_DB_PORT=5432
DWENGO_DB_NAME=postgres
DWENGO_DB_USERNAME=postgres
DWENGO_DB_PASSWORD=postgres