mirror of
https://github.com/bitwarden/server.git
synced 2025-05-28 23:04:50 -05:00
Fix Events Startup (#5352)
This commit is contained in:
parent
5efd68cf51
commit
ab0cab2072
@ -259,7 +259,7 @@ public class GlobalSettings : IGlobalSettings
|
||||
|
||||
public class EventLoggingSettings
|
||||
{
|
||||
public RabbitMqSettings RabbitMq { get; set; }
|
||||
public RabbitMqSettings RabbitMq { get; set; } = new RabbitMqSettings();
|
||||
|
||||
public class RabbitMqSettings
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user