docs: Omgevingsvariabelen

Documenteer omgevingsvariabelen in .env.example en herstructureer de
andere .examples om gebruik te maken van dezelfde structuur.
This commit is contained in:
Tibo De Peuter 2025-03-21 11:05:01 +01:00
parent 827b652b68
commit a5fd3c0612
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
4 changed files with 110 additions and 41 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