We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9f21d9 + 68777fc commit 8533076Copy full SHA for 8533076
OctopusSamples.OctoPetShop.Web/Program.cs
@@ -21,7 +21,7 @@ public static IWebHostBuilder CreateWebHostBuilder(string[] args) =>
21
WebHost.CreateDefaultBuilder(args)
22
.ConfigureAppConfiguration((buildercontext, config) =>
23
{
24
- //config.AddEnvironmentVariables(false);
+ //config.AddEnvironmentVariables(true);
25
config.AddEnvironmentVariables();
26
})
27
.UseStartup<Startup>();
0 commit comments