Commit 4e474e366ea464342a641d1f73baff7e1a8a0859
1 parent
3fb8a59f
config(server): 更新开发环境配置中的域名地址
- 将UAA客户端重定向URI从jichengshanshui.com.cn更新为fangshanparking.com - 将SSO基础URL从jichengshanshui.com.cn更新为fangshanparking.com - 将物联网道路信息接口URL从jichengshanshui.com.cn更新为fangshanparking.com
Showing
1 changed file
with
3 additions
and
3 deletions
urbanops-server/src/main/resources/application-dev.yaml
| @@ -194,7 +194,7 @@ justauth: | @@ -194,7 +194,7 @@ justauth: | ||
| 194 | UAA: | 194 | UAA: |
| 195 | client-id: schoms | 195 | client-id: schoms |
| 196 | client-secret: secret | 196 | client-secret: secret |
| 197 | - redirect-uri: https://test.jichengshanshui.com.cn:28302/test/social-login?type=35 | 197 | + redirect-uri: https://test.fangshanparking.com:28302/test/social-login?type=35 |
| 198 | ignore-check-redirect-uri: true | 198 | ignore-check-redirect-uri: true |
| 199 | cache: | 199 | cache: |
| 200 | type: REDIS | 200 | type: REDIS |
| @@ -210,7 +210,7 @@ sso: | @@ -210,7 +210,7 @@ sso: | ||
| 210 | # 前端授权地址(改为justauth,不再这儿配置) | 210 | # 前端授权地址(改为justauth,不再这儿配置) |
| 211 | authorizeUrl: | 211 | authorizeUrl: |
| 212 | # sso 服务地址 | 212 | # sso 服务地址 |
| 213 | - baseUrl: https://test.jichengshanshui.com.cn:28301 | 213 | + baseUrl: https://test.fangshanparking.com:28301 |
| 214 | # 登录成功后跳转地址 (改为justauth,不再这儿配置) | 214 | # 登录成功后跳转地址 (改为justauth,不再这儿配置) |
| 215 | redirectUri: | 215 | redirectUri: |
| 216 | --- #################### iot相关配置 TODO 芋艿【IOT】:再瞅瞅 #################### | 216 | --- #################### iot相关配置 TODO 芋艿【IOT】:再瞅瞅 #################### |
| @@ -251,7 +251,7 @@ wechat: | @@ -251,7 +251,7 @@ wechat: | ||
| 251 | tokenUrl: https://api.weixin.qq.com/cgi-bin/stable_token | 251 | tokenUrl: https://api.weixin.qq.com/cgi-bin/stable_token |
| 252 | sendUrl: https://api.weixin.qq.com/cgi-bin/message/template/send | 252 | sendUrl: https://api.weixin.qq.com/cgi-bin/message/template/send |
| 253 | siot: | 253 | siot: |
| 254 | - roadUrl: https://iot.jichengshanshui.com.cn:28202/prod-api/fence/fenceInfo/getFenceRoadListByLocation | 254 | + roadUrl: https://iot.fangshanparking.com:28202/prod-api/fence/fenceInfo/getFenceRoadListByLocation |
| 255 | 255 | ||
| 256 | # 高德地图配置 | 256 | # 高德地图配置 |
| 257 | amap: | 257 | amap: |