{
  "routerPath": "/tech-bs/",
  "approot": "app",
  "distMode": "dev",
  "domain": "//xxx.bbb.com",
  "vhost": "http://xxx.aaa.com.cn",
  "forceLivereload": true,
  "httpPort": 80,
  "serverProxies": [{
    "source": "/tech-bs/abc",
    "target": "http://127.0.0.1:8080/tech-bs/abc",
    "options": {
      "headers": {
        "ABC_HEADER": "abc"
      }
    }
  }, {
    "source": "/tech-bs/aaa",
    "target": "http://127.0.0.1:8081/tech-bs/aaa"
  }],
  "proxyPort": 8989,
  "proxyRule": [{
    "pattern": "xxx.b.com/skyfire/ssu/editBefore1",
    "responder": "/Users/kings/didi/prod/fe-scaffold-v1/app/dev/html/page1.html"
  }]
}
