Skip to content

Commit

Permalink
Merge pull request #11 from OctopusSamples/i-need-more-carriage-returns
Browse files Browse the repository at this point in the history
I added more returns
  • Loading branch information
adamoctoclose authored Jan 23, 2023
2 parents 0d163de + 6d9708f commit 1787b89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OctopusSamples.OctoPetShop.Web/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ public static IWebHostBuilder CreateWebHostBuilder(string[] args) =>
.ConfigureAppConfiguration((buildercontext, config) =>
{
config.AddEnvironmentVariables();


})
.UseStartup<Startup>();

Expand Down

0 comments on commit 1787b89

Please sign in to comment.