Documenteer omgevingsvariabelen in .env.example en herstructureer de andere .examples om gebruik te maken van dezelfde structuur.
13 lines
197 B
Text
13 lines
197 B
Text
#
|
|
# 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
|