Skip to content

Commit

Permalink
Merge pull request #80 from OctopusSamples/user-story-mba-7
Browse files Browse the repository at this point in the history
MBA-7 - Update to program.cs
  • Loading branch information
JChatmasOctopus authored Dec 4, 2024
2 parents 11d6513 + 873d67b commit 3fdcb9d
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(true);
//config.AddEnvironmentVariables(false);
config.AddEnvironmentVariables();
})
.UseStartup<Startup>();
Expand Down

0 comments on commit 3fdcb9d

Please sign in to comment.