Skip to content

Commit 8533076

Browse files
Merge pull request #93 from OctopusSamples/us-58934
User story #58934
2 parents e9f21d9 + 68777fc commit 8533076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OctopusSamples.OctoPetShop.Web/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public static IWebHostBuilder CreateWebHostBuilder(string[] args) =>
2121
WebHost.CreateDefaultBuilder(args)
2222
.ConfigureAppConfiguration((buildercontext, config) =>
2323
{
24-
//config.AddEnvironmentVariables(false);
24+
//config.AddEnvironmentVariables(true);
2525
config.AddEnvironmentVariables();
2626
})
2727
.UseStartup<Startup>();

0 commit comments

Comments
 (0)