Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
knuhau authored Oct 18, 2024
1 parent 093ae62 commit 18e6a7d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@ internal static void AddInfrastructure_Internal(InfrastructureBuilderContext bui
.Decorate(typeof(INotificationHandler<>), typeof(IdempotentNotificationHandler<>));

services.AddFusionCacheNeueccMessagePackSerializer();

services.AddStackExchangeRedisCache(opt => opt.Configuration = infrastructureSettings.Redis.ConnectionString);

services.AddFusionCacheStackExchangeRedisBackplane(opt => opt.Configuration = infrastructureSettings.Redis.ConnectionString);

services.ConfigureFusionCache(nameof(Altinn.NameRegistry), new()
Expand Down

0 comments on commit 18e6a7d

Please sign in to comment.