.env.test 507 B

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