.env.serve-dev 394 B

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