2026-02-04 02:28:51 +05:30
|
|
|
ENVIRONMENT=dev
|
|
|
|
|
LOG_LEVEL=INFO
|
2026-02-11 16:49:43 +05:30
|
|
|
LOG_FORMAT=text
|
|
|
|
|
LOG_USE_UTC=false
|
|
|
|
|
REQUEST_LOG_SLOW_MS=1000
|
|
|
|
|
REQUEST_LOG_INCLUDE_HEALTH=false
|
2026-02-07 07:15:53 +00:00
|
|
|
DATABASE_URL=postgresql+psycopg://postgres:postgres@localhost:5432/mission_control
|
2026-02-04 02:28:51 +05:30
|
|
|
CORS_ORIGINS=http://localhost:3000
|
2026-02-04 03:46:46 +05:30
|
|
|
BASE_URL=
|
2026-02-01 22:31:42 +05:30
|
|
|
|
2026-02-11 19:10:23 +05:30
|
|
|
# Auth mode: clerk or local.
|
|
|
|
|
AUTH_MODE=local
|
|
|
|
|
LOCAL_AUTH_TOKEN=change-me
|
|
|
|
|
|
|
|
|
|
# Clerk (auth only; used when AUTH_MODE=clerk)
|
|
|
|
|
CLERK_SECRET_KEY=
|
2026-02-09 23:55:52 +05:30
|
|
|
CLERK_API_URL=https://api.clerk.com
|
2026-02-04 02:28:51 +05:30
|
|
|
CLERK_VERIFY_IAT=true
|
|
|
|
|
CLERK_LEEWAY=10.0
|
|
|
|
|
|
|
|
|
|
# Database
|
|
|
|
|
DB_AUTO_MIGRATE=false
|