.env.test 375 B

1234567891011
  1. # backend service base url, test environment
  2. # VITE_SERVICE_BASE_URL=https://mock.apifox.cn/m1/3109515-0-default
  3. VITE_SERVICE_BASE_URL=http://observe-server.cestong.com.cn
  4. # other backend service base url, test environment
  5. VITE_OTHER_SERVICE_BASE_URL= `{
  6. "demo": "http://observe-server.cestong.com.cn"
  7. }`
  8. # whether to enable http proxy when is dev mode
  9. VITE_HTTP_PROXY=Y