.env.docker 546 B

12345678910111213141516171819202122
  1. # Whether to open mock
  2. VITE_USE_MOCK = false
  3. # public path
  4. VITE_PUBLIC_PATH = /
  5. # timeout(seconds)
  6. VITE_TIMEOUT = 15
  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. VITE_GLOB_API_URL="__vg_base_url"
  14. # File upload address, optional
  15. # It can be forwarded by nginx or write the actual address directly
  16. VITE_GLOB_UPLOAD_URL=/files/upload
  17. # Interface prefix
  18. VITE_GLOB_API_URL_PREFIX=