| | |
| | | # 开发环境 linux |
| | | # profile: /home/smartor/uploadFile |
| | | # 医院环境 |
| | | profile: E:/OPO/WEB/Upload |
| | | profile: D:/OPO/WEB/Upload |
| | | # 归档路径 |
| | | archived: E:/OPO/WEB/archived/ |
| | | archived: D:/OPO/WEB/archived/ |
| | | # 获取ip地址开关 |
| | | addressEnabled: false |
| | | # 验证码类型 math 数组计算 char 字符验证 |
| | |
| | | logging: |
| | | file: |
| | | # 日志路径 示例( Windows配置D:/ruoyi/logs,Linux配置 /home/ruoyi/logs,不填同级目录logs) |
| | | path: E:/lihu/ls/logs |
| | | path: D:/lihu/ls/logs |
| | | level: |
| | | com.ruoyi: debug |
| | | org.springframework: warn |
| | |
| | | # 匹配链接 |
| | | urlPatterns: /system/*,/monitor/*,/tool/* |
| | | |
| | | # 协友流程发起接口 |
| | | xyurl: http://129.88.242.39:8899/seeyon/rest/bpm/process/start |
| | | rexyurl: http://129.88.242.39:8899/seeyon/rest/bpm/process/reStart |
| | | |
| | | #与协友交互的新功能开关 1开 2关 |
| | | newSwitch: 1 |
| | | |
| | | |
| | | |
| | | |