Commit 4e474e366ea464342a641d1f73baff7e1a8a0859

Authored by 王彪总
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
urbanops-server/src/main/resources/application-dev.yaml
... ... @@ -194,7 +194,7 @@ justauth:
194 194 UAA:
195 195 client-id: schoms
196 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 198 ignore-check-redirect-uri: true
199 199 cache:
200 200 type: REDIS
... ... @@ -210,7 +210,7 @@ sso:
210 210 # 前端授权地址(改为justauth,不再这儿配置)
211 211 authorizeUrl:
212 212 # sso 服务地址
213   - baseUrl: https://test.jichengshanshui.com.cn:28301
  213 + baseUrl: https://test.fangshanparking.com:28301
214 214 # 登录成功后跳转地址 (改为justauth,不再这儿配置)
215 215 redirectUri:
216 216 --- #################### iot相关配置 TODO 芋艿【IOT】:再瞅瞅 ####################
... ... @@ -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://iot.fangshanparking.com:28202/prod-api/fence/fenceInfo/getFenceRoadListByLocation
255 255  
256 256 # 高德地图配置
257 257 amap:
... ...