18 lines
382 B
JSON
18 lines
382 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information",
|
|
"Hangfire": "Information"
|
|
},
|
|
"File": {
|
|
"Path": "app.log",
|
|
"Append": "True",
|
|
"FileSizeLimitBytes": 2048,
|
|
"MaxRollingFiles": 5
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"HostUrl": "http://0.0.0.0:6500"
|
|
}
|