.env.example 237 B

1234567
  1. # Use this file for ".env.development" and ".env.production"
  2. # URL API (url api dev for .env.development or url api prod for .env.production)
  3. VITE_API_URL=https://endpont.example
  4. # Environment (development/production)
  5. VITE_ENV=example