Skip to content

Environment Variables

Use dotenv or platform-level env injection.

Common Vars

PORT=3000
LOG_LEVEL=info
REDIS_HOST=127.0.0.1
REDIS_PORT=6379
DATABASE_URL=postgres://...

Map them into your Application config before construction.

Released under the ISC License.