We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab57b2 commit 09be90aCopy full SHA for 09be90a
src/Features/Blockcore.Features.NodeHost/Startup.cs
@@ -35,7 +35,7 @@ public Startup(IWebHostEnvironment env, IFullNode fullNode)
35
IConfigurationBuilder builder = new ConfigurationBuilder()
36
.SetBasePath(env.ContentRootPath)
37
.AddJsonFile("appsettings.json", optional: true, reloadOnChange: false)
38
- .AddJsonFile($"appsettings.{env.EnvironmentName}.json", optional: true)
+ .AddJsonFile($"appsettings.{env.EnvironmentName}.json", optional: true, reloadOnChange: false)
39
.AddEnvironmentVariables();
40
41
this.Configuration = builder.Build();
0 commit comments