test(backend): Omgevingsvariabelen files

This commit is contained in:
Tibo De Peuter 2025-04-03 08:31:25 +02:00
parent 14eef0269b
commit 6097be3c79
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
4 changed files with 34 additions and 16 deletions

View file

@ -1,3 +1,13 @@
PORT=3000
DWENGO_DB_UPDATE=true
#
# Test environment configuration
#
# Should not need to be modified.
# See .env.example for more information.
#
### Dwengo ###
DWENGO_PORT=3000
DWENGO_DB_NAME=":memory:"
DWENGO_DB_UPDATE=true