Skip to content

Commit

Permalink
fix: Add configuration to host builder
Browse files Browse the repository at this point in the history
  • Loading branch information
s2quake committed Nov 26, 2024
1 parent 1789953 commit cf83cfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NineChronicles.Headless.Executable/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ public async Task Run(
try
{
IHostBuilder hostBuilder = Host.CreateDefaultBuilder();
hostBuilder.ConfigureAppConfiguration(builder => builder.AddConfiguration(configuration));

var standaloneContext = new StandaloneContext
{
Expand Down

0 comments on commit cf83cfb

Please sign in to comment.