# =================== DATABASE ===================
DATABASE_URL=postgresql://postgres:q6%3B4GZzP1Eb.l8@localhost:5432/swiplay_v3

# =================== AUTH ===================
JWT_SECRET="swiplay-v3-development-secret-change-in-production"
AUTH_SECRET=2JuQsYzrqirKMH5aWsg2ixBDLSf+h09GKMpnTjgXuao=
AUTH_TRUST_HOST=true
NEXTAUTH_URL=https://app.swiplay.com
AUTH_URL=https://app.swiplay.com

# =================== EMAIL (SMTP) ===================
SMTP_HOST="smtp.ionos.fr"
SMTP_PORT="587"
SMTP_USER="noreply@swiplay.fr"
SMTP_PASS="Enoway2024$$"
SMTP_FROM="Swiplay <noreply@swiplay.fr>"
ADMIN_EMAIL="eyzuro@swiplay.com"

# =================== DISCORD ===================
DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/1442686112392019978/Lhj_lsPp0yj57OIvtYcArbuxbftd1z9o0llzvTGjGpAt0_cxWT8cISYyISG4heZy5QSg

# =================== APP ===================
NODE_ENV=production
NEXT_PUBLIC_APP_URL=https://app.swiplay.com
NEXT_PUBLIC_API_URL="/api"
CRON_SECRET=super_secret_cron_key_123

# =================== S3 (MinIO) ===================
S3_ENDPOINT=http://localhost:9000
S3_REGION=us-east-1
S3_ACCESS_KEY_ID=admin
S3_SECRET_ACCESS_KEY=swiplay_minio_secret
S3_BUCKET_NAME=swiplay-assets
S3_PUBLIC_URL=http://localhost:9000/swiplay-assets
