15 lines
305 B
Plaintext
15 lines
305 B
Plaintext
ENVIRONMENT=dev
|
|
LOG_LEVEL=INFO
|
|
DATABASE_URL=postgresql+psycopg://postgres:postgres@localhost:5432/mission_control
|
|
REDIS_URL=redis://localhost:6379/0
|
|
CORS_ORIGINS=http://localhost:3000
|
|
BASE_URL=
|
|
|
|
# Clerk (auth only)
|
|
CLERK_JWKS_URL=
|
|
CLERK_VERIFY_IAT=true
|
|
CLERK_LEEWAY=10.0
|
|
|
|
# Database
|
|
DB_AUTO_MIGRATE=false
|