mirror of
https://github.com/bitwarden/server.git
synced 2025-07-06 18:42:49 -05:00
events has its own connection string
This commit is contained in:
@ -64,7 +64,7 @@ namespace Bit.Events
|
||||
|
||||
// Services
|
||||
services.AddScoped<IEventService, EventService>();
|
||||
if(!globalSettings.SelfHosted && CoreHelpers.SettingHasValue(globalSettings.Storage.ConnectionString))
|
||||
if(!globalSettings.SelfHosted && CoreHelpers.SettingHasValue(globalSettings.Events.ConnectionString))
|
||||
{
|
||||
services.AddSingleton<IEventWriteService, AzureQueueEventWriteService>();
|
||||
}
|
||||
|
Reference in New Issue
Block a user