14 lines
245 B
JSON
14 lines
245 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
},
|
|
"Console": {
|
|
"TimestampFormat": "[HH:mm:ss] "
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|