.env.dev 210 B

1234567
  1. # backend service base url, test environment
  2. VITE_SERVICE_BASE_URL=http://localhost:3000
  3. # other backend service base url, test environment
  4. VITE_OTHER_SERVICE_BASE_URL= `{
  5. "demo": "http://localhost:9528"
  6. }`