From 755e4e41c4700ff4d8a7eb1e6bc2097c2157e34b Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 19 Sep 2023 11:49:59 +0800 Subject: [PATCH] Resolving conflicts --- .../appsettings.Development.json | 25 +++---------------- 1 file changed, 3 insertions(+), 22 deletions(-) diff --git a/aspnet-core/services/LY.MicroService.identityServer.HttpApi.Host/appsettings.Development.json b/aspnet-core/services/LY.MicroService.identityServer.HttpApi.Host/appsettings.Development.json index f971d84d6..c8cd05c2f 100644 --- a/aspnet-core/services/LY.MicroService.identityServer.HttpApi.Host/appsettings.Development.json +++ b/aspnet-core/services/LY.MicroService.identityServer.HttpApi.Host/appsettings.Development.json @@ -9,29 +9,10 @@ "tag": "IdentityServer.Admin" }, "App": { - "ShowPii": true, + "SelfUrl": "http://127.0.0.1:30015/", + "StsUrl": "http://127.0.0.1:44385/", "CorsOrigins": "http://127.0.0.1:3100", - "Urls": { - "Applications": { - "MVC": { - "RootUrl": "http://127.0.0.1:44385/", - "Urls": { - "Abp.Account.EmailConfirm": "Account/EmailConfirm", - "Abp.Account.EmailVerifyLogin": "Account/VerifyCode" - } - }, - "STS": { - "RootUrl": "http://127.0.0.1:44385/" - }, - "VueVbenAdmin": { - "RootUrl": "http://127.0.0.1:3100/", - "Urls": { - "Abp.Account.EmailConfirm": "account/email-confirm", - "Abp.Account.EmailVerifyLogin": "account/verify-code" - } - } - } - } + "ShowPii": true }, "Auditing": { "AllEntitiesSelector": true