Skip to content

Commit

Permalink
- Update Outbox.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadyNagy committed Jul 28, 2024
1 parent 46cffce commit f66d560
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DevBetterWeb.sln
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DevBetterWeb.FunctionalTest
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "OutboxServer", "OutboxServer", "{CFCCFFD6-025B-460E-A801-4EA744799B16}"
ProjectSection(SolutionItems) = preProject
OutboxServer\NimblePros.OutboxServer.1.0.7-beta.1.nupkg = OutboxServer\NimblePros.OutboxServer.1.0.7-beta.1.nupkg
OutboxServer\NimblePros.OutboxServer.1.0.8-beta.1.nupkg = OutboxServer\NimblePros.OutboxServer.1.0.8-beta.1.nupkg
EndProjectSection
EndProject
Global
Expand Down
Binary file not shown.
1 change: 1 addition & 0 deletions src/DevBetterWeb.Web/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
builder.Services.Configure<ApiSettings>(builder.Configuration.GetSection("ApiSettings"));



// PRODUCTION SERVICES
if (builder.Environment.EnvironmentName.ToLower() == "production")
{
Expand Down

0 comments on commit f66d560

Please sign in to comment.