From 515ef517394d9d59172e7bb8991b21f0e8c081da Mon Sep 17 00:00:00 2001 From: cKey <35512826+colinin@users.noreply.github.com> Date: Fri, 12 Mar 2021 16:19:58 +0800 Subject: [PATCH] update appsettings.json --- .../account/AuthServer.Host/appsettings.Development.json | 2 +- .../appsettings.Development.json | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/aspnet-core/configuration/account/AuthServer.Host/appsettings.Development.json b/aspnet-core/configuration/account/AuthServer.Host/appsettings.Development.json index 0b36d2d19..22d298107 100644 --- a/aspnet-core/configuration/account/AuthServer.Host/appsettings.Development.json +++ b/aspnet-core/configuration/account/AuthServer.Host/appsettings.Development.json @@ -84,7 +84,7 @@ "ClientId": "vue-admin-element" }, "AuthApiGateway": { - "ClientId": "apigateway-host-client" + "ClientId": "ApigatewayHostClient" } } }, diff --git a/aspnet-core/configuration/platform/LINGYUN.Platform.HttpApi.Host/appsettings.Development.json b/aspnet-core/configuration/platform/LINGYUN.Platform.HttpApi.Host/appsettings.Development.json index 9b8ee492e..13bd15924 100644 --- a/aspnet-core/configuration/platform/LINGYUN.Platform.HttpApi.Host/appsettings.Development.json +++ b/aspnet-core/configuration/platform/LINGYUN.Platform.HttpApi.Host/appsettings.Development.json @@ -15,6 +15,14 @@ "AbpSettingManagement": "Server=127.0.0.1;Database=Platform;User Id=colin;Password=123456", "AbpPermissionManagement": "Server=127.0.0.1;Database=Platform;User Id=colin;Password=123456" }, + "Features": { + "Validation": { + "Redis": { + "Configuration": "127.0.0.1,defaultDatabase=11", + "InstanceName": "LINGYUN.Abp.Application" + } + } + }, "CAP": { "EventBus": { "DefaultGroup": "Platform",