.env.analyze 515 B

1234567891011121314151617181920212223
  1. # Whether to open mock
  2. VITE_USE_MOCK = true
  3. # public path
  4. VITE_PUBLIC_PATH = /
  5. # Whether to enable gzip or brotli compression
  6. # Optional: gzip | brotli | none
  7. # If you need multiple forms, you can use `,` to separate
  8. VITE_BUILD_COMPRESS = 'none'
  9. # Basic interface address SPA
  10. VITE_GLOB_API_URL=/basic-api
  11. # File upload address, optional
  12. # It can be forwarded by nginx or write the actual address directly
  13. VITE_GLOB_UPLOAD_URL=/upload
  14. # Interface prefix
  15. VITE_GLOB_API_URL_PREFIX=
  16. VITE_ENABLE_ANALYZE = true