.env.test 368 B

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