diff --git a/aspnet-core/services/account/AuthServer.Host/appsettings.Development.json b/aspnet-core/services/account/AuthServer.Host/appsettings.Development.json index aa9603de2..56f3b2677 100644 --- a/aspnet-core/services/account/AuthServer.Host/appsettings.Development.json +++ b/aspnet-core/services/account/AuthServer.Host/appsettings.Development.json @@ -35,9 +35,8 @@ } }, "Redis": { - "Configuration": "localhost", - "InstanceName": "LINGYUN.Abp.Application", - "DefaultDatabase": 10 + "Configuration": "localhost,defaultDatabase=10", + "InstanceName": "LINGYUN.Abp.Application" }, "AuthServer": { "Authority": "http://localhost:44385/", diff --git a/aspnet-core/services/admin/LINGYUN.Abp.BackendAdmin.HttpApi.Host/appsettings.Development.json b/aspnet-core/services/admin/LINGYUN.Abp.BackendAdmin.HttpApi.Host/appsettings.Development.json index 4bf63229f..35697511f 100644 --- a/aspnet-core/services/admin/LINGYUN.Abp.BackendAdmin.HttpApi.Host/appsettings.Development.json +++ b/aspnet-core/services/admin/LINGYUN.Abp.BackendAdmin.HttpApi.Host/appsettings.Development.json @@ -20,7 +20,7 @@ }, "CAP": { "EventBus": { - "DefaultGroup": "BackendAdmin", + "DefaultGroupName": "BackendAdmin", "Version": "v1", "FailedRetryInterval": 300, "FailedRetryCount": 10 diff --git a/aspnet-core/services/localization/LINGYUN.Abp.LocalizationManagement.HttpApi.Host/appsettings.Development.json b/aspnet-core/services/localization/LINGYUN.Abp.LocalizationManagement.HttpApi.Host/appsettings.Development.json index 32a80491f..17bc0b83e 100644 --- a/aspnet-core/services/localization/LINGYUN.Abp.LocalizationManagement.HttpApi.Host/appsettings.Development.json +++ b/aspnet-core/services/localization/LINGYUN.Abp.LocalizationManagement.HttpApi.Host/appsettings.Development.json @@ -11,7 +11,7 @@ }, "CAP": { "EventBus": { - "DefaultGroup": "Localization-Management", + "DefaultGroupName": "Localization-Management", "Version": "v1", "FailedRetryInterval": 300, "FailedRetryCount": 10 diff --git a/aspnet-core/services/messages/LINGYUN.Abp.MessageService.HttpApi.Host/appsettings.Development.json b/aspnet-core/services/messages/LINGYUN.Abp.MessageService.HttpApi.Host/appsettings.Development.json index 475adbd86..e68dc5a4f 100644 --- a/aspnet-core/services/messages/LINGYUN.Abp.MessageService.HttpApi.Host/appsettings.Development.json +++ b/aspnet-core/services/messages/LINGYUN.Abp.MessageService.HttpApi.Host/appsettings.Development.json @@ -17,6 +17,7 @@ "ConnectionStrings": { "Default": "Server=localhost;Database=Messages;User Id=colin;Password=123456", "MessageService": "Server=localhost;Database=Messages;User Id=colin;Password=123456", + "AbpIdentity": "Server=localhost;Database=Messages;User Id=colin;Password=123456", "AbpTenantManagement": "Server=localhost;Database=Platform;User Id=colin;Password=123456", "AbpSettingManagement": "Server=localhost;Database=Platform;User Id=colin;Password=123456", "AbpPermissionManagement": "Server=localhost;Database=Platform;User Id=colin;Password=123456", @@ -48,7 +49,7 @@ }, "CAP": { "EventBus": { - "DefaultGroup": "MessageService", + "DefaultGroupName": "MessageService", "Version": "v1", "FailedRetryInterval": 300, "FailedRetryCount": 10 diff --git a/aspnet-core/services/platform/LINGYUN.Platform.HttpApi.Host/appsettings.Development.json b/aspnet-core/services/platform/LINGYUN.Platform.HttpApi.Host/appsettings.Development.json index 5f8e7e1cd..43f2079b7 100644 --- a/aspnet-core/services/platform/LINGYUN.Platform.HttpApi.Host/appsettings.Development.json +++ b/aspnet-core/services/platform/LINGYUN.Platform.HttpApi.Host/appsettings.Development.json @@ -42,7 +42,7 @@ }, "CAP": { "EventBus": { - "DefaultGroup": "Platform", + "DefaultGroupName": "Platform", "Version": "v1", "FailedRetryInterval": 300, "FailedRetryCount": 10