15 lines
239 B
JSON
15 lines
239 B
JSON
{
|
|
"Settings":{
|
|
"ReportPath":"wwwroot/reports/"
|
|
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|