mirror of
https://github.com/bitwarden/server
synced 2025-12-21 02:33:30 +00:00
events has its own connection string
This commit is contained in:
@@ -22,7 +22,7 @@ namespace Bit.Core.Services
|
||||
IEventRepository eventRepository,
|
||||
GlobalSettings globalSettings)
|
||||
{
|
||||
var storageAccount = CloudStorageAccount.Parse(globalSettings.Storage.ConnectionString);
|
||||
var storageAccount = CloudStorageAccount.Parse(globalSettings.Events.ConnectionString);
|
||||
var queueClient = storageAccount.CreateCloudQueueClient();
|
||||
|
||||
_queue = queueClient.GetQueueReference("event");
|
||||
|
||||
Reference in New Issue
Block a user