19 lines
667 B
Plaintext
19 lines
667 B
Plaintext
SUPABASE_URL=https://your-project-ref.supabase.co
|
|
SUPABASE_ANON_KEY=your-anon-key
|
|
SUPABASE_SERVICE_ROLE_KEY=your-service-role-key
|
|
# Fallbacks accepted too:
|
|
# VITE_SUPABASE_URL=https://your-project-ref.supabase.co
|
|
# VITE_SUPABASE_ANON_KEY=your-anon-key
|
|
CORS_ORIGIN=http://localhost:5173,http://127.0.0.1:5173
|
|
LOG_LEVEL=debug
|
|
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/monorepo
|
|
APP_BASE_URL=http://localhost:5173
|
|
ONBOARDING_OTP_TTL_MINUTES=10
|
|
ONBOARDING_OTP_MAX_ATTEMPTS=5
|
|
ONBOARDING_OTP_RESEND_COOLDOWN_SECONDS=30
|
|
SMTP_HOST=smtp.example.com
|
|
SMTP_PORT=587
|
|
SMTP_USER=user@example.com
|
|
SMTP_PASS=your-smtp-password
|
|
SMTP_FROM=Playzer <no-reply@example.com>
|