Skip to content

Commit

Permalink
Add production appsettings.json configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
granticusmaximus committed Jan 29, 2024
1 parent 527d222 commit ae00d42
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions appsettings.Production.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"ConnectionStrings": {
"DefaultConnection": "your_production_database_connection_string"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"ApiEndpoint": "newempire.azurewebsites.net"
}

0 comments on commit ae00d42

Please sign in to comment.