|
|
@@ -1,15 +1,25 @@
|
|
|
-# 开发环境配置
|
|
|
|
|
|
-# SSO 单点登录配置(统一认证平台)
|
|
|
+# SSO 单点登录配置(统一认证平台)- 本地环境配置
|
|
|
+# sso:
|
|
|
+# base_url: "http://192.168.92.61:8200"
|
|
|
+# client_id: "nlKLQJdJK3f5ub7UDfQ_E71z2Lo3YSQx"
|
|
|
+# client_secret: "wh0HU_9T83rYMjfLFToNxFOKcrk_8H7Ba_27nNGlPqtTf9ROCytsOgp2ue0ol5mm"
|
|
|
+# redirect_uri: "http://localhost:4200/auth/callback"
|
|
|
+# scope: "profile email"
|
|
|
+# logout_redirect_url: "http://192.168.92.61:9200/login"
|
|
|
+# frontend_url: "http://localhost:4200"
|
|
|
+
|
|
|
+
|
|
|
+# SSO 单点登录配置(统一认证平台)-开发环境配置
|
|
|
sso:
|
|
|
base_url: "http://192.168.92.61:8200"
|
|
|
client_id: "nlKLQJdJK3f5ub7UDfQ_E71z2Lo3YSQx"
|
|
|
client_secret: "wh0HU_9T83rYMjfLFToNxFOKcrk_8H7Ba_27nNGlPqtTf9ROCytsOgp2ue0ol5mm"
|
|
|
- redirect_uri: "http://localhost:4200/auth/callback"
|
|
|
+ redirect_uri: "http://192.168.92.61:9003/auth/callback"
|
|
|
scope: "profile email"
|
|
|
logout_redirect_url: "http://192.168.92.61:9200/login"
|
|
|
- frontend_url: "http://localhost:4200"
|
|
|
-
|
|
|
+ frontend_url: "http://192.168.92.61:9003"
|
|
|
+
|
|
|
|
|
|
# SSO 端点
|
|
|
authorize_endpoint: "/oauth/authorize"
|