Commit 29fa5c7fbc6eca0b90f3c9e63eb3e0cceb63c622
1 parent
8a227ad2
1
Showing
1 changed file
with
2 additions
and
2 deletions
Bsth-admin/src/main/resources/application-druid-dev.yml
| ... | ... | @@ -133,7 +133,7 @@ ruoyi: |
| 133 | 133 | # 实例演示开关 |
| 134 | 134 | demoEnabled: true |
| 135 | 135 | # 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath) |
| 136 | - profile: D:/ruoyi/uploadPath | |
| 136 | + profile: /Users/zhongchao/projectDocuments/bsth-alcohol-sign-qingpu/uploadPath | |
| 137 | 137 | # 获取ip地址开关 |
| 138 | 138 | addressEnabled: false |
| 139 | 139 | # 验证码类型 math 数字计算 char 字符验证 |
| ... | ... | @@ -179,7 +179,7 @@ api: |
| 179 | 179 | people: |
| 180 | 180 | url: https://api.dingtalk.com/v1.0/yida/forms/instances/search |
| 181 | 181 | log: |
| 182 | - path: D:/ruoyi/logs | |
| 182 | + path: /Users/zhongchao/projectDocuments/bsth-alcohol-sign-qingpu/logs | |
| 183 | 183 | server: |
| 184 | 184 | port: 8100 |
| 185 | 185 | netty: | ... | ... |