# URL de l'API AdonisJS. VITE_API_URL=http://localhost:3333 # URL de la landing publique (lien retour depuis l'app) VITE_PUBLIC_LANDING_URL=https://rubis.pro # Active MSW pour mocker l'API. Laisser à "false" pour taper le vrai backend. VITE_USE_MOCKS=false # PostHog — récupérer dans Project settings > Project API key (commence par "phc_"). # Le token est PUBLIC (envoyé au navigateur), pas besoin de le cacher. # UI host : https://eu.posthog.com (EU) ou https://us.posthog.com (US). VITE_PUBLIC_POSTHOG_PROJECT_TOKEN= VITE_PUBLIC_POSTHOG_HOST=https://eu.posthog.com