Browse Source

[完善]配置文件

master
邵佳豪 2 years ago
parent
commit
f70dbdd38f
  1. 6
      proxy.config.json

6
proxy.config.json

@ -1,11 +1,13 @@
{
"/api": {
"target": "http://121.36.37.70:8200/",
"target": "http://10.156.134.53:8200/",
"测试": "http://121.36.37.70:8200/",
"生产": "http://10.156.134.53:8200/",
"secure": false,
"changeOrigin": true
},
"/signalr": {
"target": "http://121.36.37.70:8200/",
"target": "http://10.156.134.53:8200/",
"secure": false,
"ws": true,
"logLevel": "debug"

Loading…
Cancel
Save