| | |
| | | database: 0 |
| | | host: 127.0.0.1 |
| | | port: 6379 |
| | | password: '' |
| | | password: '123456' |
| | | flowable: |
| | | enable: true |
| | | #关闭定时任务JOB |
| | |
| | | namespace: http://service.server.webservice.example.com |
| | | statusMethod: equipmentStatus |
| | | rateMethod: equipmentRate |
| | | securedoc: #园区网与网闸通讯客户端 |
| | | whether: true #是否启用 true / false |
| | | serverIp: 10.118.10.63 #数据服务端IP |
| | | serverPort: 8399 #数据服务端接口 |
| | | # serverIp: 127.0.0.1 #数据服务端IP |
| | | # serverPort: 8399 #数据服务端接口 |
| | | username: admin #定义账号 |
| | | pwd: 123 #定义密码 |
| | | addressToken: /outer/appAuth #服务段获取token地址 |
| | | addressUploadFile: /outer/fileUpload #服务段上传地址 |
| | | localFilePath: E:\\test\\a #接收地址 |
| | | servicePath: E:\\test\\b #发送地址 |
| | | copyFilePath: E:\\test\\bak_a #文件备份地址 |
| | | # localFilePath: /jar/test/a/ #接收地址 |
| | | # servicePath: /jar/test/b/ #发送地址 |
| | | # copyFilePath: /jar/test/bak_a/ #文件备份地址 |
| | | logIp: 127.0.0.1 #日志系统地址 |
| | | logPort: 8888 #日志系统端口 |
| | | serviceIntranet: #园区网与网闸通讯服务段 |
| | | # filePath: E:\\test\\b #集成客户端保存地址 |
| | | # newFilePath: E:/test/bak_sql/ #文件备份地址 |
| | | filePath: /jar/test/b/ #集成客户端保存地址 |
| | | newFilePath: /jar/test/bak_sql/ #文件备份地址 |
| | | appIdCheck: admin #token 用户名 |
| | | passwordCheck: 123 #token 密码 |
| | | logIp: 127.0.0.1 |
| | | logPort: 8888 |
| | | clientIp: 127.0.0.1 #客户端IP |
| | | fileNumPath: D:/demo/fileNum.txt #顺序号记录地址 |
| | | #文件上传目录(注意Linux和Windows上的目录结构不同) |
| | | #file.uploadFolder=/root/uploadFiles/ |
| | | #fileHomePath: ${UPLOAD_FOLDER:/jar/lxzn_storage} |
| | |
| | | ncSend: |
| | | addOrDelete: false #//是否删除seed 中的之前文件 |
| | | #staticAccessPath: /api/ffile/** # 当前项目的静态资源访问配置在nginx中 |
| | | #工控网/涉密网部署相关配置------------通过光盘摆渡 |
| | | deploy: |
| | | #工控网/涉密网部署 0为涉密网 1为工控网 |
| | | deployType: 0 |
| | | #涉密网传输nc文件夹 |
| | | secretFolder: D:\\hy_test\\a |
| | | #工控网监控nc文件夹 |
| | | workFolder: D:\\hy_test\\b |