Scaffold ASP.NET Core Web API backend
This commit is contained in:
6
backend/appsettings.json
Normal file
6
backend/appsettings.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" }
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
Reference in New Issue
Block a user