node-http-proxy/config.sample.json

10 lines
135 B
JSON

{
"silent": true,
"router": {
"localhost": "localhost:9000"
},
"forward": {
"port": 9001,
"host": "localhost"
}
}