chore: env variables aangepast
DB_NAME toegevoegd
This commit is contained in:
parent
468b371587
commit
885021b0b1
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
DWENGO_PORT=3000
|
||||
DWENGO_DB_HOST=localhost
|
||||
DWENGO_DB_PORT=5431
|
||||
DWENGO_DB_NAME=postgres
|
||||
DWENGO_DB_USERNAME=postgres
|
||||
DWENGO_DB_PASSWORD=postgres
|
||||
DWENGO_DB_UPDATE=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue