From 7746e7cc600792dace2c785da91a39cb15c5768e Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 5 Aug 2024 19:23:46 +0800 Subject: [PATCH] fix(settings): fix auth server url --- .../appsettings.Development.json | 26 +++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/aspnet-core/services/LY.MicroService.Applications.Single/appsettings.Development.json b/aspnet-core/services/LY.MicroService.Applications.Single/appsettings.Development.json index 41c4e391f..d6df3534e 100644 --- a/aspnet-core/services/LY.MicroService.Applications.Single/appsettings.Development.json +++ b/aspnet-core/services/LY.MicroService.Applications.Single/appsettings.Development.json @@ -1,6 +1,28 @@ { "App": { - "CorsOrigins": "http://127.0.0.1:3100" + "ShowPii": true, + "SelfUrl": "http://127.0.0.1:30001/", + "CorsOrigins": "http://127.0.0.1:3100,http://127.0.0.1:30001", + "Urls": { + "Applications": { + "MVC": { + "RootUrl": "http://127.0.0.1:30001/", + "Urls": { + "Abp.Account.EmailConfirm": "Account/EmailConfirm", + "Abp.Account.EmailVerifyLogin": "Account/VerifyCode" + } + }, + "STS": { + "RootUrl": "http://127.0.0.1:30001/" + }, + "VueVbenAdmin": { + "RootUrl": "http://127.0.0.1:3100", + "Urls": { + "Abp.Account.EmailConfirm": "account/email-confirm" + } + } + } + } }, "Auditing": { "AllEntitiesSelector": true @@ -106,7 +128,7 @@ }, "AuthServer": { "UseOpenIddict": true, - "Authority": "http://127.0.0.1:30000/", + "Authority": "http://127.0.0.1:30001/", "ApiName": "lingyun-abp-application", "SwaggerClientId": "InternalServiceClient", "SwaggerClientSecret": "1q2w3E*"