Files
legolog/docs/CONFIGURATION.md
Ben db1bc79534 server and ERD
Former-commit-id: b069d94d494a1eeaa180e237608b466004cfb158
2022-02-05 15:54:58 +00:00

19 lines
339 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
```