14 lines
249 B
Plaintext
14 lines
249 B
Plaintext
# Port - default is 3000
|
|
PORT=3000
|
|
|
|
# Timezone
|
|
TZ=UTC
|
|
|
|
# Log Level - options: debug, info, warn, error
|
|
LOG_LEVEL=info
|
|
|
|
# Optional: Override auto-generated secrets (usually not needed)
|
|
# JWT_SECRET=your_jwt_secret
|
|
# COOKIE_SECRET=your_cookie_secret
|
|
|