.env.uat 975 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # Whether to open mock
  2. VITE_USE_MOCK = true
  3. # public path
  4. VITE_PUBLIC_PATH = /
  5. # Delete console
  6. VITE_DROP_CONSOLE = true
  7. VITE_PROXY = [["/basic-api","https://cszfb.4dkankan.com/basic-api"],["/upload","http://localhost:3300/upload"],["/zfb-api","https://cszfb.4dkankan.com"]]
  8. # Whether to enable gzip or brotli compression
  9. # Optional: gzip | brotli | none
  10. # If you need multiple forms, you can use `,` to separate
  11. VITE_BUILD_COMPRESS = 'none'
  12. # Whether to delete origin files when using compress, default false
  13. VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
  14. # Basic interface address SPA
  15. # VITE_GLOB_API_URL=/basic-api
  16. VITE_GLOB_API_URL=
  17. # File upload address, optional
  18. # It can be forwarded by nginx or write the actual address directly
  19. VITE_GLOB_UPLOAD_URL=/upload
  20. # Interface prefix
  21. VITE_GLOB_API_URL_PREFIX=
  22. # Whether to enable image compression
  23. VITE_USE_IMAGEMIN= true
  24. # use pwa
  25. VITE_USE_PWA = false
  26. # Is it compatible with older browsers
  27. VITE_LEGACY = false