19 lines
429 B
Plaintext
19 lines
429 B
Plaintext
ENVIRONMENT=dev
|
|
LOG_LEVEL=INFO
|
|
LOG_FORMAT=text
|
|
LOG_USE_UTC=false
|
|
REQUEST_LOG_SLOW_MS=1000
|
|
REQUEST_LOG_INCLUDE_HEALTH=false
|
|
DATABASE_URL=postgresql+psycopg://postgres:postgres@localhost:5432/mission_control
|
|
CORS_ORIGINS=http://localhost:3000
|
|
BASE_URL=
|
|
|
|
# Clerk (auth only)
|
|
CLERK_SECRET_KEY=sk_test_your_clerk_secret_key
|
|
CLERK_API_URL=https://api.clerk.com
|
|
CLERK_VERIFY_IAT=true
|
|
CLERK_LEEWAY=10.0
|
|
|
|
# Database
|
|
DB_AUTO_MIGRATE=false
|