Files
playzer/apps/backend/.env.example
Jose Selesan 9ae270609d Initial commit
2026-04-08 22:53:11 -03:00

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>