.env 247 B

12345678910
  1. # Glob API URL
  2. VITE_GLOB_API_URL=/api
  3. VITE_APP_API_BASE_URL=http://127.0.0.1:8080/api/
  4. # Whether long replies are supported, which may result in higher API fees
  5. VITE_GLOB_OPEN_LONG_REPLY=false
  6. # When you want to use PWA
  7. VITE_GLOB_APP_PWA=false