.env.example 213 B

12345678910
  1. # API Configuration
  2. VITE_API_URL=http://localhost:8888
  3. VITE_AUTH_API_URL=http://localhost:8888/auth
  4. VITE_STORAGE_URL=http://localhost:8888/storage
  5. # Environment
  6. VITE_NODE_ENV=development
  7. # Debug
  8. VITE_DEBUG=false