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",