Files
perfdb/pdb-js/proxy.conf.json

9 lines
165 B
JSON

{
"/": {
"target": "http://localhost:17333",
"secure": false,
"pathRewrite": {"^/foobar" : ""},
"changeOrigin": true,
"logLevel": "debug"
}
}