# Symfony APP_ENV=prod APP_DEBUG=0 APP_SECRET=change-me # Database (use host.docker.internal to reach bare-metal PostgreSQL) DATABASE_URL="postgresql://lesstime_user:password@host.docker.internal:5432/lesstime_prod?serverVersion=16&charset=utf8" # JWT JWT_SECRET_KEY=%kernel.project_dir%/config/jwt/private.pem JWT_PUBLIC_KEY=%kernel.project_dir%/config/jwt/public.pem JWT_PASSPHRASE=change-me JWT_COOKIE_SECURE=1 JWT_COOKIE_SAMESITE=lax JWT_TOKEN_TTL=86400 JWT_COOKIE_TTL=86400 # Mail (intégration IMAP/SMTP) # Clé hex 32 bytes chiffrant les credentials mail stockés en base. # Générer : php -r "echo bin2hex(random_bytes(32));" — doit rester STABLE. ENCRYPTION_KEY=change-me # Store de verrous Symfony pour la sync mail (anti-chevauchement du cron). LOCK_DSN=flock # CORS CORS_ALLOW_ORIGIN='^https?://project\.malio-dev\.fr$' # App DEFAULT_URI=https://project.malio-dev.fr