|  |  |  | 
|---|
|  |  |  | # 前端上传文件,限制单个文件的大小和限制所有文件的大小 | 
|---|
|  |  |  | max-file-size: 500MB | 
|---|
|  |  |  | max-request-size: 5000MB | 
|---|
|  |  |  | http: | 
|---|
|  |  |  | client: | 
|---|
|  |  |  | # spring restTemplate 对外http访问时 | 
|---|
|  |  |  | connect-timeout: 3000 # 连接超时时间 | 
|---|
|  |  |  | read-timeout: 3000 # 读取超时时间 | 
|---|
|  |  |  | logging: | 
|---|
|  |  |  | charset: | 
|---|
|  |  |  | console: UTF-8 | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | pipIrr: | 
|---|
|  |  |  | global: | 
|---|
|  |  |  | dev: false  #是否开发阶段,true或false | 
|---|
|  |  |  | dev: true  #是否开发阶段,true或false | 
|---|
|  |  |  | dsName: ym  #开发阶段,设置临时的数据库名称 | 
|---|
|  |  |  | nginx: | 
|---|
|  |  |  | webPort: 19913 | 
|---|
|  |  |  | root: E:/apps/pipIrr/nginx-1.27.0 | 
|---|
|  |  |  | webPort: 54321 | 
|---|
|  |  |  | webFilePort: 19913 | 
|---|
|  |  |  | mw: | 
|---|
|  |  |  | webPort: 8070 #通信中间件中应用,不能在web模块系统中应用 | 
|---|
|  |  |  | actutorPort: 9070 #通信中间件中应用,不能在web模块系统中应用 | 
|---|
|  |  |  | 
|---|
|  |  |  | supportedFileTypes: docx,xlsx,doc,xls,pdf #支持的文档(非媒体文件,如照片、录音、录像)文件类型 | 
|---|
|  |  |  | sv1: | 
|---|
|  |  |  | id: dyFile1 | 
|---|
|  |  |  | absolutePath: E:/apps/pipIrr/nginx-1.27.0/html/webfiles/ | 
|---|
|  |  |  | absolutePath: ${pipIrr.nginx.root}/html/webfiles/ | 
|---|
|  |  |  | relativePath: webFile1 | 
|---|
|  |  |  | hashStart: 0 | 
|---|
|  |  |  | hashEnd: 5461 | 
|---|
|  |  |  | restUrl: http://127.0.0.1:${pipIrr.file1.webPort}/file #file是上下文,ip为局域网ip或本地IP | 
|---|
|  |  |  | webUrl: http://no253541tf71.vicp.fun:${pipIrr.nginx.webPort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
|---|
|  |  |  | webDownloadPath: http://no253541tf71.vicp.fun:${pipIrr.file1.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
|---|
|  |  |  | webUrl: http://no253541tf71.vicp.fun:${pipIrr.nginx.webFilePort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
|---|
|  |  |  | webDownloadPath: http://no253541tf71.vicp.fun:${pipIrr.nginx.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
|---|
|  |  |  | sv2: | 
|---|
|  |  |  | id: dyFile2 | 
|---|
|  |  |  | absolutePath: E:/apps/pipIrr/nginx-1.27.0/html/webfiles/ | 
|---|
|  |  |  | absolutePath: ${pipIrr.nginx.root}/html/webfiles/ | 
|---|
|  |  |  | relativePath: webFile2 | 
|---|
|  |  |  | hashStart: 5462 | 
|---|
|  |  |  | hashEnd: 10923 | 
|---|
|  |  |  | restUrl: http://127.0.0.1:${pipIrr.file2.webPort}/file | 
|---|
|  |  |  | webUrl: http://no253541tf71.vicp.fun:${pipIrr.nginx.webPort}/webfiles/ | 
|---|
|  |  |  | webDownloadPath: http://no253541tf71.vicp.fun:${pipIrr.file2.webPort}/file/download/down?id= | 
|---|
|  |  |  | webUrl: http://no253541tf71.vicp.fun:${pipIrr.nginx.webFilePort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
|---|
|  |  |  | webDownloadPath: http://no253541tf71.vicp.fun:${pipIrr.nginx.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
|---|
|  |  |  | sv3: | 
|---|
|  |  |  | id: dyFile3 | 
|---|
|  |  |  | absolutePath: E:/apps/pipIrr/nginx-1.27.0/html/webfiles/ | 
|---|
|  |  |  | absolutePath: ${pipIrr.nginx.root}/html/webfiles/ | 
|---|
|  |  |  | relativePath: webFile3 | 
|---|
|  |  |  | hashStart: 10924 | 
|---|
|  |  |  | hashEnd: 16385 | 
|---|
|  |  |  | restUrl: http://127.0.0.1:${pipIrr.file3.webPort}/file | 
|---|
|  |  |  | webUrl: http://no253541tf71.vicp.fun:${pipIrr.nginx.webPort}/webfiles/ | 
|---|
|  |  |  | webDownloadPath: http://no253541tf71.vicp.fun:${pipIrr.file3.webPort}/file/download/down?id= | 
|---|
|  |  |  | webUrl: http://no253541tf71.vicp.fun:${pipIrr.nginx.webFilePort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
|---|
|  |  |  | webDownloadPath: http://no253541tf71.vicp.fun:${pipIrr.nginx.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
|---|
|  |  |  | sv4: | 
|---|
|  |  |  | id: dyFile4 | 
|---|
|  |  |  | absolutePath: E:/apps/pipIrr/nginx-1.27.0/html/webfiles/ | 
|---|
|  |  |  | absolutePath: ${pipIrr.nginx.root}/html/webfiles/ | 
|---|
|  |  |  | relativePath: webFile4 | 
|---|
|  |  |  | hashStart: 16386 | 
|---|
|  |  |  | hashEnd: 21847 | 
|---|
|  |  |  | restUrl: http://127.0.0.1:${pipIrr.file4.webPort}/file | 
|---|
|  |  |  | webUrl: http://no253541tf71.vicp.fun:${pipIrr.nginx.webPort}/webfiles/ | 
|---|
|  |  |  | webDownloadPath: http://no253541tf71.vicp.fun:${pipIrr.file4.webPort}/file/download/down?id= | 
|---|
|  |  |  | webUrl: http://no253541tf71.vicp.fun:${pipIrr.nginx.webFilePort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
|---|
|  |  |  | webDownloadPath: http://no253541tf71.vicp.fun:${pipIrr.nginx.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
|---|
|  |  |  | sv5: | 
|---|
|  |  |  | id: dyFile5 | 
|---|
|  |  |  | absolutePath: E:/apps/pipIrr/nginx-1.27.0/html/webfiles/ | 
|---|
|  |  |  | absolutePath: ${pipIrr.nginx.root}/html/webfiles/ | 
|---|
|  |  |  | relativePath: webFile5 | 
|---|
|  |  |  | hashStart: 21848 | 
|---|
|  |  |  | hashEnd: 27309 | 
|---|
|  |  |  | restUrl: http://127.0.0.1:${pipIrr.file5.webPort}/file | 
|---|
|  |  |  | webUrl: http://no253541tf71.vicp.fun:${pipIrr.nginx.webPort}/webfiles/ | 
|---|
|  |  |  | webDownloadPath: http://no253541tf71.vicp.fun:${pipIrr.file5.webPort}/file/download/down?id= | 
|---|
|  |  |  | webUrl: http://no253541tf71.vicp.fun:${pipIrr.nginx.webFilePort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
|---|
|  |  |  | webDownloadPath: http://no253541tf71.vicp.fun:${pipIrr.nginx.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
|---|
|  |  |  | sv6: | 
|---|
|  |  |  | id: dyFile6 | 
|---|
|  |  |  | absolutePath: E:/apps/pipIrr/nginx-1.27.0/html/webfiles/ | 
|---|
|  |  |  | absolutePath: ${pipIrr.nginx.root}/html/webfiles/ | 
|---|
|  |  |  | relativePath: webFile6 | 
|---|
|  |  |  | hashStart: 27310 | 
|---|
|  |  |  | hashEnd: 32767 | 
|---|
|  |  |  | restUrl: http://127.0.0.1:${pipIrr.file6.webPort}/file | 
|---|
|  |  |  | webUrl: http://no253541tf71.vicp.fun:${pipIrr.nginx.webPort}/webfiles/ | 
|---|
|  |  |  | webDownloadPath: http://no253541tf71.vicp.fun:${pipIrr.file6.webPort}/file/download/down?id= | 
|---|
|  |  |  | webUrl: http://no253541tf71.vicp.fun:${pipIrr.nginx.webFilePort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
|---|
|  |  |  | webDownloadPath: http://no253541tf71.vicp.fun:${pipIrr.nginx.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
|---|
|  |  |  | sv7: | 
|---|
|  |  |  | id: dyFile7 | 
|---|
|  |  |  | absolutePath: E:/apps/pipIrr/nginx-1.27.0/html/webfiles/ | 
|---|
|  |  |  | absolutePath: ${pipIrr.nginx.root}/html/webfiles/ | 
|---|
|  |  |  | relativePath: webFile7 | 
|---|
|  |  |  | hashStart: 32768 | 
|---|
|  |  |  | hashEnd: 38229 | 
|---|
|  |  |  | restUrl: http://127.0.0.1:${pipIrr.file7.webPort}/file | 
|---|
|  |  |  | webUrl: http://no253541tf71.vicp.fun:${pipIrr.nginx.webPort}/webfiles/ | 
|---|
|  |  |  | webDownloadPath: http://no253541tf71.vicp.fun:${pipIrr.file7.webPort}/file/download/down?id= | 
|---|
|  |  |  | webUrl: http://no253541tf71.vicp.fun:${pipIrr.nginx.webFilePort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
|---|
|  |  |  | webDownloadPath: http://no253541tf71.vicp.fun:${pipIrr.nginx.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
|---|
|  |  |  | sv8: | 
|---|
|  |  |  | id: dyFile8 | 
|---|
|  |  |  | absolutePath: E:/apps/pipIrr/nginx-1.27.0/html/webfiles/ | 
|---|
|  |  |  | absolutePath: ${pipIrr.nginx.root}/html/webfiles/ | 
|---|
|  |  |  | relativePath: webFile8 | 
|---|
|  |  |  | hashStart: 38230 | 
|---|
|  |  |  | hashEnd: 43691 | 
|---|
|  |  |  | restUrl: http://127.0.0.1:${pipIrr.file8.webPort}/file | 
|---|
|  |  |  | webUrl: http://no253541tf71.vicp.fun${pipIrr.nginx.webPort}/webfiles/ | 
|---|
|  |  |  | webDownloadPath: http://no253541tf71.vicp.fun:${pipIrr.file8.webPort}/file/download/down?id= | 
|---|
|  |  |  | webUrl: http://no253541tf71.vicp.fun:${pipIrr.nginx.webFilePort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
|---|
|  |  |  | webDownloadPath: http://no253541tf71.vicp.fun:${pipIrr.nginx.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
|---|
|  |  |  | sv9: | 
|---|
|  |  |  | id: dyFile9 | 
|---|
|  |  |  | absolutePath: E:/apps/pipIrr/nginx-1.27.0/html/webfiles/ | 
|---|
|  |  |  | absolutePath: ${pipIrr.nginx.root}/html/webfiles/ | 
|---|
|  |  |  | relativePath: webFile9 | 
|---|
|  |  |  | hashStart: 43692 | 
|---|
|  |  |  | hashEnd: 49153 | 
|---|
|  |  |  | restUrl: http://127.0.0.1:${pipIrr.file9.webPort}/file | 
|---|
|  |  |  | webUrl: http://no253541tf71.vicp.fun:${pipIrr.nginx.webPort}/webfiles/ | 
|---|
|  |  |  | webDownloadPath: http://no253541tf71.vicp.fun:${pipIrr.file9.webPort}/file/download/down?id= | 
|---|
|  |  |  | webUrl: http://no253541tf71.vicp.fun:${pipIrr.nginx.webFilePort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
|---|
|  |  |  | webDownloadPath: http://no253541tf71.vicp.fun:${pipIrr.nginx.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
|---|
|  |  |  | sv10: | 
|---|
|  |  |  | id: dyFile10 | 
|---|
|  |  |  | absolutePath: E:/apps/pipIrr/nginx-1.27.0/html/webfiles/ | 
|---|
|  |  |  | absolutePath: ${pipIrr.nginx.root}/html/webfiles/ | 
|---|
|  |  |  | relativePath: webFile10 | 
|---|
|  |  |  | hashStart: 49154 | 
|---|
|  |  |  | hashEnd: 54615 | 
|---|
|  |  |  | restUrl: http://127.0.0.1:${pipIrr.file10.webPort}/file | 
|---|
|  |  |  | webUrl: http://no253541tf71.vicp.fun:${pipIrr.nginx.webPort}/webfiles/ | 
|---|
|  |  |  | webDownloadPath: http://no253541tf71.vicp.fun:${pipIrr.file10.webPort}/file/download/down?id= | 
|---|
|  |  |  | webUrl: http://no253541tf71.vicp.fun:${pipIrr.nginx.webFilePort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
|---|
|  |  |  | webDownloadPath: http://no253541tf71.vicp.fun:${pipIrr.nginx.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
|---|
|  |  |  | sv11: | 
|---|
|  |  |  | id: dyFile11 | 
|---|
|  |  |  | absolutePath: E:/apps/pipIrr/nginx-1.27.0/html/webfiles/ | 
|---|
|  |  |  | absolutePath: ${pipIrr.nginx.root}/html/webfiles/ | 
|---|
|  |  |  | relativePath: webFile11 | 
|---|
|  |  |  | hashStart: 54616 | 
|---|
|  |  |  | hashEnd: 60077 | 
|---|
|  |  |  | restUrl: http://127.0.0.1:${pipIrr.file11.webPort}/file | 
|---|
|  |  |  | webUrl: http://no253541tf71.vicp.fun:${pipIrr.nginx.webPort}/webfiles/ | 
|---|
|  |  |  | webDownloadPath: http://no253541tf71.vicp.fun:${pipIrr.file11.webPort}/file/download/down?id= | 
|---|
|  |  |  | webUrl: http://no253541tf71.vicp.fun:${pipIrr.nginx.webFilePort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
|---|
|  |  |  | webDownloadPath: http://no253541tf71.vicp.fun:${pipIrr.nginx.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
|---|
|  |  |  | sv12: | 
|---|
|  |  |  | id: dyFile12 | 
|---|
|  |  |  | absolutePath: E:/apps/pipIrr/nginx-1.27.0/html/webfiles/ | 
|---|
|  |  |  | absolutePath: ${pipIrr.nginx.root}/html/webfiles/ | 
|---|
|  |  |  | relativePath: webFile12 | 
|---|
|  |  |  | hashStart: 60078 | 
|---|
|  |  |  | hashEnd: 65535 | 
|---|
|  |  |  | restUrl: http://127.0.0.1:${pipIrr.file12.webPort}/file | 
|---|
|  |  |  | webUrl: http://no253541tf71.vicp.fun:${pipIrr.nginx.webPort}/webfiles/ | 
|---|
|  |  |  | webDownloadPath: http://no253541tf71.vicp.fun:${pipIrr.file12.webPort}/file/download/down?id= | 
|---|
|  |  |  | webUrl: http://no253541tf71.vicp.fun:${pipIrr.nginx.webFilePort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
|---|
|  |  |  | webDownloadPath: http://no253541tf71.vicp.fun:${pipIrr.nginx.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
|---|
|  |  |  |  | 
|---|
|  |  |  | #项目编号 | 
|---|
|  |  |  | #projectCode: | 
|---|
|  |  |  | 
|---|
|  |  |  | 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远程升级模块回调地址 | 
|---|
|  |  |  | #接收通信中间件消息中心消息的地址 | 
|---|
|  |  |  | mwMsCenterReceiveUrl_rm: "http://127.0.0.1:8081/remote/msCenter/receive" | 
|---|
|  |  |  | #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中所有字母都小写 | 
|---|
|  |  |  | 
|---|
|  |  |  | urls: | 
|---|
|  |  |  | - /sso/sso | 
|---|
|  |  |  | - /remote/comRes/receive | 
|---|
|  |  |  | - /remote/msCenter/receive | 
|---|
|  |  |  | - /remote/rtuUpgradeStateReceiver/receive | 
|---|
|  |  |  | - /remote/websocket | 
|---|
|  |  |  | - /wx/comRes/receive | 
|---|
|  |  |  | - /app/captcha/get | 
|---|
|  |  |  | - /file/file #web分布式文件系统 | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | #阀控器参数 | 
|---|
|  |  |  | rtu: | 
|---|
|  |  |  | batteryVolt: 17 | 
|---|
|  |  |  | signalIntensity: | 
|---|
|  |  |  | weak: 10 | 
|---|
|  |  |  | ordinary: 20 | 
|---|