# ── Production .env for api.giftpatcher.com ──
# Copy these values into your production .env file

APP_NAME=GiftPatcher
APP_ENV=production
APP_DEBUG=false
APP_URL=https://api.giftpatcher.com

# ── Frontend URL ──
FRONTEND_URL=https://giftpatcher.com

# ── CORS ──
CORS_ALLOWED_ORIGINS=https://giftpatcher.com,https://www.giftpatcher.com

# ── Sanctum (stateful SPA auth) ──
SANCTUM_STATEFUL_DOMAINS=giftpatcher.com,www.giftpatcher.com

# ── Session / Cookie ──
SESSION_DRIVER=database
SESSION_DOMAIN=.giftpatcher.com
SESSION_SECURE_COOKIE=true
SESSION_SAME_SITE=lax
SESSION_LIFETIME=120
