Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/block-core/blockcore into…
Browse files Browse the repository at this point in the history
… master-blockcore
  • Loading branch information
dangershony committed Oct 23, 2022
2 parents 62f41df + 09be90a commit 7d63323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Features/Blockcore.Features.NodeHost/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public Startup(IWebHostEnvironment env, IFullNode fullNode)
IConfigurationBuilder builder = new ConfigurationBuilder()
.SetBasePath(env.ContentRootPath)
.AddJsonFile("appsettings.json", optional: true, reloadOnChange: false)
.AddJsonFile($"appsettings.{env.EnvironmentName}.json", optional: true)
.AddJsonFile($"appsettings.{env.EnvironmentName}.json", optional: true, reloadOnChange: false)
.AddEnvironmentVariables();

this.Configuration = builder.Build();
Expand Down

0 comments on commit 7d63323

Please sign in to comment.