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

21 lines
437 B
JSON

{
"/assets": {
"target": "http://localhost:17333",
"secure": false,
"pathRewrite": {"^/foobar" : ""},
"changeOrigin": true,
"logLevel": "debug"
},
"/api": {
"target": "http://localhost:17333",
"secure": false,
"changeOrigin": true,
"logLevel": "debug"
},
"/img-generated": {
"target": "http://localhost:17333",
"secure": false,
"changeOrigin": true,
"logLevel": "debug"
}
}