Skip to content

Commit

Permalink
Merge pull request #63 from OctopusSamples/branch-us-646944
Browse files Browse the repository at this point in the history
 User story #646944
  • Loading branch information
JChatmasOctopus authored Sep 6, 2023
2 parents 95cb24f + 5f321e3 commit c409256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OctopusSamples.OctoPetShop.Web/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static IWebHostBuilder CreateWebHostBuilder(string[] args) =>
WebHost.CreateDefaultBuilder(args)
.ConfigureAppConfiguration((buildercontext, config) =>
{
//config.AddEnvironmentVariables(false);
//config.AddEnvironmentVariables(true);
config.AddEnvironmentVariables();
})
.UseStartup<Startup>();
Expand Down

0 comments on commit c409256

Please sign in to comment.