# Dev local - SQLite par défaut pour démarrage rapide
DATABASE_URL="file:./dev.db"
DIRECT_URL="file:./dev.db"

NEXTAUTH_SECRET="residence-marrakech-secret-key-change-in-production-2026"
NEXTAUTH_URL="http://localhost:3000"
AUTH_TRUST_HOST="true"
