.env.serve-test 350 B

12345678910
  1. #The defined variable must start with VITE_APP_
  2. VITE_APP_ENV = 'test'
  3. VITE_APP_BASE_URL = 'https://github.jzfai.top/micro-service-api'
  4. #image or oss address
  5. VITE_APP_IMAGE_URL = 'https://github.jzfai.top/gofast-image'
  6. #proxy, use this to test proxy
  7. #VITE_APP_BASE_URL = '/api'
  8. #VITE_APP_PROXY_URL = 'https://github.jzfai.top/micro-service-api'