.env.production 488 B

123456789101112131415161718192021
  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=/prevention
  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=