mirror of
https://github.com/bitwarden/server.git
synced 2025-02-23 03:01:23 +01:00
register global settings
This commit is contained in:
parent
2f300107ce
commit
aedbfcce50
@ -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>();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user