aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/http-proxy/config.sample.json
blob: 8f15f882b8b60262b907581dc5d6073285b77227 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "silent": false,
  "router": {
    "localhost": "localhost:9000"
  },
  "forward": {
    "port": 9001,
    "host": "localhost"
  }
}