| | |
| | | # 开发环境 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 |
| | |
| | | # 国际化资源文件路径 |
| | | basename: i18n/messages |
| | | profiles: |
| | | active: druid |
| | | active: srm |
| | | # 文件上传 |
| | | servlet: |
| | | multipart: |
| | |
| | | # 匹配链接 |
| | | urlPatterns: /system/*,/monitor/*,/tool/* |
| | | |
| | | # 协友流程发起接口 |
| | | xyurl: http://{{ip}}:{{port}}/seeyon/rest/bpm/process/start |
| | | rexyurl: http://{{ip}}:{{port}}/seeyon/rest/bpm/process/restart |
| | | |
| | | #与协友交互的新功能开关 1开 2关 |
| | | newSwitch: 2 |
| | | |
| | | |
| | | |
| | | |