Browse Source

[完善]安信配置文件增加workerTag字段

beijing
邵佳豪 2 years ago
parent
commit
5bd0c72c13
  1. 4
      proxy.config.json
  2. 2
      src/app/system-management/host-config/host-config.component.ts

4
proxy.config.json

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

2
src/app/system-management/host-config/host-config.component.ts

@ -1575,6 +1575,8 @@ rule_threshold:
ip: this.hostData.hostIPAddress, ip: this.hostData.hostIPAddress,
imgScale: 1.5, imgScale: 1.5,
cpuRtsp: false, cpuRtsp: false,
pipline: '',
workerTag: ['worker'],
caps: [], caps: [],
params: { params: {
smoke_sleep_m: 5, smoke_sleep_m: 5,

Loading…
Cancel
Save