Skip to content

Commit

Permalink
fix: try fix azure app not running
Browse files Browse the repository at this point in the history
  • Loading branch information
Shirasagi0012 committed Jul 25, 2024
1 parent eda7504 commit f09709e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/BerryJuice/appsettings.Production.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}

0 comments on commit f09709e

Please sign in to comment.