mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 21:48:12 -05: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)
|
public void ConfigureServices(IServiceCollection services)
|
||||||
{
|
{
|
||||||
|
// Options
|
||||||
services.AddOptions();
|
services.AddOptions();
|
||||||
|
|
||||||
|
// Settings
|
||||||
|
var globalSettings = services.AddGlobalSettingsServices(Configuration);
|
||||||
|
|
||||||
|
// Hosted Services
|
||||||
services.AddHostedService<AzureQueueHostedService>();
|
services.AddHostedService<AzureQueueHostedService>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user