Skip to content

Commit

Permalink
Merge pull request #2640 from s2quake/fix/crash-with-url-config
Browse files Browse the repository at this point in the history
Fixed exception thrown when executing with URL or other name config
  • Loading branch information
s2quake authored Nov 21, 2024
2 parents b432dbc + 628d2a5 commit e569bf4
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 e569bf4

Please sign in to comment.