Keine Beschreibung

.env.production 914B

123456789101112131415161718192021222324252627282930313233343536373839
  1. # Whether to open mock
  2. VITE_USE_MOCK = true
  3. # 本地环境按钮,不用验证直接显示
  4. VITE_USE_DEV_BUTTON = false
  5. # public path
  6. VITE_PUBLIC_PATH = /kpi
  7. # Delete console
  8. VITE_DROP_CONSOLE = true
  9. # Whether to enable gzip or brotli compression
  10. # Optional: gzip | brotli | none
  11. # If you need multiple forms, you can use `,` to separate
  12. VITE_BUILD_COMPRESS = 'none'
  13. # Whether to delete origin files when using compress, default false
  14. VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
  15. # Basic interface address SPA
  16. VITE_GLOB_API_URL=http://www.lengyitong.net:9028/shuanghui_api
  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