Commit 7ec780bc8ddee16b004d4221528647a86cafc0b2
1 parent
8539b86e
config(servers): 更新服务器配置中的域名地址
- 将 IoT 设备主机地址从 jichengshanshui.com.cn 更改为 fangshanparking.com - 更新应用配置中多个 API 接口的域名地址 - 修改 SSO 单点登录相关 URL 配置 - 更新微信公众号接口调用地址 - 替换资源服务器下载链接域名 - 修改生产环境社交登录回调地址 - 更新 UAA 认证服务器基础 URL - 替换 JustAuth 第三方认证源的授权地址
Showing
1 changed file
with
1 additions
and
1 deletions
urbanops-server/src/main/resources/application-dev.yaml
| ... | ... | @@ -251,7 +251,7 @@ wechat: |
| 251 | 251 | tokenUrl: https://api.weixin.qq.com/cgi-bin/stable_token |
| 252 | 252 | sendUrl: https://api.weixin.qq.com/cgi-bin/message/template/send |
| 253 | 253 | siot: |
| 254 | - roadUrl: https://iot.jichengshanshui.com.cn:28202/prod-api/fence/fenceInfo/getFenceRoadListByLocation | |
| 254 | + roadUrl: https://test.jichengshanshui.com.cn:28202/prod-api/fence/fenceInfo/getFenceRoadListByLocation | |
| 255 | 255 | |
| 256 | 256 | # 高德地图配置 |
| 257 | 257 | amap: | ... | ... |