Files
mesareportingservices/ReportingServices.API/appsettings.json
2023-01-05 12:10:04 -07:00

10 lines
142 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}