Files
badgedex/.env.example
T
2026-07-17 13:55:39 +02:00

12 lines
257 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Server port
PORT=3000
# Log level: fatal | error | warn | info | debug | trace
LOG_LEVEL=info
# Node environment: production | development | test
NODE_ENV=development
# App version override (optional falls back to VERSION file)
# APP_VERSION=1.0.0