Skip to content

Commit

Permalink
Add config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scottt732 committed Aug 22, 2023
1 parent 0d34065 commit 288a8f1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public static IHostBuilder ConfigureHostBuilder<TSplash>(IHostBuilder hostBuilde
else
{
cb.AddYamlFile("config.yaml", true);
cb.AddYamlFile("config.yml", true);
cb.AddJsonFile("config.json", true);
}
Expand Down

0 comments on commit 288a8f1

Please sign in to comment.