.env.development 431 B

123456789101112131415161718
  1. # Whether to open mock
  2. VITE_USE_MOCK = true
  3. # public path
  4. VITE_PUBLIC_PATH = /
  5. # Cross-domain proxy, you can configure multiple
  6. # Please note that no line breaks
  7. VITE_PROXY = [["/basic-api","http://localhost:3000"],["/upload","http://localhost:3300/upload"]]
  8. # Basic interface address SPA
  9. VITE_GLOB_API_URL=/basic-api
  10. # File upload address, optional
  11. VITE_GLOB_UPLOAD_URL=/upload
  12. # Interface prefix
  13. VITE_GLOB_API_URL_PREFIX=