From 4e474e366ea464342a641d1f73baff7e1a8a0859 Mon Sep 17 00:00:00 2001 From: 王彪总 Date: Thu, 9 Apr 2026 11:56:11 +0800 Subject: [PATCH] config(server): 更新开发环境配置中的域名地址 --- urbanops-server/src/main/resources/application-dev.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/urbanops-server/src/main/resources/application-dev.yaml b/urbanops-server/src/main/resources/application-dev.yaml index b06c0db..7ffd395 100644 --- a/urbanops-server/src/main/resources/application-dev.yaml +++ b/urbanops-server/src/main/resources/application-dev.yaml @@ -194,7 +194,7 @@ justauth: UAA: client-id: schoms client-secret: secret - redirect-uri: https://test.jichengshanshui.com.cn:28302/test/social-login?type=35 + redirect-uri: https://test.fangshanparking.com:28302/test/social-login?type=35 ignore-check-redirect-uri: true cache: type: REDIS @@ -210,7 +210,7 @@ sso: # 前端授权地址(改为justauth,不再这儿配置) authorizeUrl: # sso 服务地址 - baseUrl: https://test.jichengshanshui.com.cn:28301 + baseUrl: https://test.fangshanparking.com:28301 # 登录成功后跳转地址 (改为justauth,不再这儿配置) redirectUri: --- #################### iot相关配置 TODO 芋艿【IOT】:再瞅瞅 #################### @@ -251,7 +251,7 @@ wechat: tokenUrl: https://api.weixin.qq.com/cgi-bin/stable_token sendUrl: https://api.weixin.qq.com/cgi-bin/message/template/send siot: - roadUrl: https://iot.jichengshanshui.com.cn:28202/prod-api/fence/fenceInfo/getFenceRoadListByLocation + roadUrl: https://iot.fangshanparking.com:28202/prod-api/fence/fenceInfo/getFenceRoadListByLocation # 高德地图配置 amap: -- libgit2 0.21.4