.env.development 439 B

123456789101112131415161718192021
  1. # Whether to open mock
  2. VITE_USE_MOCK = false
  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 = [["/api","https://localhost:44326"]]
  8. # Delete console
  9. VITE_DROP_CONSOLE = false
  10. # Basic interface address SPA
  11. VITE_GLOB_API_URL=/api
  12. # File upload address, optional
  13. VITE_GLOB_UPLOAD_URL=https://localhost:44326
  14. # Interface prefix
  15. VITE_GLOB_API_URL_PREFIX=