| | |
| | | nginx: |
| | | root: E:/apps/pipIrr/nginx-1.27.0 |
| | | webPort: 54321 |
| | | webFilePort: 19913 |
| | | webFilePort: 64321 |
| | | mw: |
| | | webPort: 8070 #通信中间件中应用,不能在web模块系统中应用 |
| | | actutorPort: 9070 #通信中间件中应用,不能在web模块系统中应用 |
| | |
| | | test: |
| | | url: "http://127.0.0.1:8072" |
| | | comSendUrl: "http://127.0.0.1:8072/rtuMw/com/send" |
| | | #监测控制模块回调地址 |
| | | #Rtu远程命令结果回调地址 |
| | | rtuCallbackUrl_rm: "http://127.0.0.1:8081/remote/comRes/receive" |
| | | #rtu远程升级模块回调地址 |
| | | #rtu远程升级状态信息回调地址 |
| | | ugCallbackUrl_rm: "http://127.0.0.1:8081/remote/rtuUpgradeStateReceiver/receive" |
| | | #微信小程序回调地址 |
| | | #微信小程序应用中Rtu远程命令结果回调地址 |
| | | rtuCallbackUrl_wx: "http://127.0.0.1:8087/wx/comRes/receive" |
| | | |
| | | #不进行userToken过滤的URL,@ConfigurationProperties要求tokennofilter中所有字母都小写 |
| | |
| | | - /sso/sso |
| | | - /remote/comRes/receive |
| | | - /remote/rtuUpgradeStateReceiver/receive |
| | | - /remote/websocket |
| | | - /wx/comRes/receive |
| | | - /app/captcha/get |
| | | - /file/file #web分布式文件系统 |
| | |
| | | |
| | | #阀控器参数 |
| | | rtu: |
| | | batteryVolt: 17 |
| | | signalIntensity: |
| | | weak: 10 |
| | | ordinary: 20 |