control-center/proxy.conf.json

15 lines
307 B
JSON
Raw Normal View History

{
"/v1": {
"target": "http://iddqd.rbk.test:8080",
"secure": false,
"logLevel": "debug",
"changeOrigin": true
2018-10-23 09:31:54 +00:00
},
"/stat": {
"target": "http://iddqd.rbk.test:8080",
"secure": false,
"logLevel": "debug",
"changeOrigin": true
}
}