Files
legolog/docs/CONFIGURATION.md
Benjamin Kyd 4a83c84d3d something
Former-commit-id: 41811c2d7d98c1d3ad65e0d1dd559de64f96845e
2022-03-25 15:57:12 +00:00

19 lines
321 B
Markdown

# DotEnv
Items suffixed with `_DEV` will automatically replace the non-dev
version of the same item internally
```config
NODE_ENV=dev/prod
PORT=port
PORT_DEV=port
LOG_LEVEL=verbose/debug/warn/info
LOG_TARGET=console/filesystem/network
LOG_PATH=network ip/path
DATABASE_HOST=host/path
DATABASE_HOST_DEV=host/path
```