Skip to content

Commit

Permalink
fix(vault): add test module to application
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicGD committed Oct 14, 2023
1 parent 9f9e4b3 commit af274a1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ protected override IHostApplicationBuilder ConfigureApplication(IHostApplication
});
hostBuilder.Services.Configure<TestConfig>(hostBuilder.Configuration.GetSection("test"));
hostBuilder.Services.Configure<TestConfig2>(hostBuilder.Configuration.GetSection("test2"));
hostBuilder.AddSitkoCore().AddModule<TestModule, TestModuleConfig>();
return hostBuilder;
}

Expand Down

0 comments on commit af274a1

Please sign in to comment.