Commit a73167790d36b2d6d80079d16c3f2054bc712d2a
1 parent
47a2fdef
派单及人机材功能迁移
Showing
1 changed file
with
8 additions
and
0 deletions
urbanops-server/src/main/resources/application-dev.yaml
| ... | ... | @@ -274,3 +274,11 @@ amap: |
| 274 | 274 | # 数字签名配置 - 请根据实际情况配置 |
| 275 | 275 | enable-signature: true # 启用数字签名 |
| 276 | 276 | private-key: b2bae35d223a9fc0704f8ad24b2595b4 |
| 277 | + | |
| 278 | + | |
| 279 | +# 静态资源服务器地址 | |
| 280 | +static: | |
| 281 | + resource: | |
| 282 | + server: | |
| 283 | + enable: true | |
| 284 | + url: https://test.jichengshanshui.com.cn:28303/downloads/ | ... | ... |