mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
register global settings
This commit is contained in:
@ -25,7 +25,13 @@ namespace Bit.EventsProcessor
|
||||
|
||||
public void ConfigureServices(IServiceCollection services)
|
||||
{
|
||||
// Options
|
||||
services.AddOptions();
|
||||
|
||||
// Settings
|
||||
var globalSettings = services.AddGlobalSettingsServices(Configuration);
|
||||
|
||||
// Hosted Services
|
||||
services.AddHostedService<AzureQueueHostedService>();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user