12 lines
322 B
Plaintext
12 lines
322 B
Plaintext
# Database
|
|
DATABASE_URL=postgresql+asyncpg://waitlist:changeme@localhost:5432/waitlist_db
|
|
|
|
# CORS — comma-separated allowed origins
|
|
ALLOWED_ORIGINS=https://adiuvai.com,https://www.adiuvai.com
|
|
|
|
# Rate limiting
|
|
RATE_LIMIT_PER_MINUTE=5
|
|
|
|
# Set to "production" in prod to enforce strict origin checks
|
|
ENVIRONMENT=development
|