Files
playzer/apps/backend/.env.example

15 lines
491 B
Plaintext

BETTER_AUTH_SECRET=your-random-secret
BETTER_AUTH_URL=http://localhost:3000
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>