Skip to content

Commit d57aa9f

Browse files
Merge pull request #94 from OctopusSamples/us-7584
User story #7584
2 parents 8533076 + 7e474a7 commit d57aa9f

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(true);
24+
//config.AddEnvironmentVariables(false);
2525
config.AddEnvironmentVariables();
2626
})
2727
.UseStartup<Startup>();

0 commit comments

Comments
 (0)