rdt-client/server/RdtClient.Web/appsettings.json
2020-04-07 18:40:58 -06:00

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"
}