Asp.Net_Single_Page_App/Aps Single Page Anwendung/appsettings.json

11 lines
186 B
JSON
Raw Normal View History

2022-05-16 12:46:57 +02:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}