| | |
| | | # 前端上传文件,限制单个文件的大小和限制所有文件的大小 |
| | | max-file-size: 500MB |
| | | max-request-size: 5000MB |
| | | http: |
| | | client: |
| | | # spring restTemplate 对外http访问时 |
| | | connect-timeout: 3000 # 连接超时时间 |
| | | read-timeout: 3000 # 读取超时时间 |
| | | logging: |
| | | charset: |
| | | console: UTF-8 |
| | |
| | | comSendUrl: "http://127.0.0.1:8072/rtuMw/com/send" |
| | | #Rtu远程命令结果回调地址 |
| | | rtuCallbackUrl_rm: "http://127.0.0.1:8081/remote/comRes/receive" |
| | | #接收通信中间件消息中心消息的地址 |
| | | mwMsCenterReceiveUrl_rm: "http://127.0.0.1:8081/remote/msCenter/receive" |
| | | #rtu远程升级状态信息回调地址 |
| | | ugCallbackUrl_rm: "http://127.0.0.1:8081/remote/rtuUpgradeStateReceiver/receive" |
| | | #微信小程序应用中Rtu远程命令结果回调地址 |
| | |
| | | urls: |
| | | - /sso/sso |
| | | - /remote/comRes/receive |
| | | - /remote/msCenter/receive |
| | | - /remote/rtuUpgradeStateReceiver/receive |
| | | - /remote/websocket |
| | | - /wx/comRes/receive |