Files
aspnet-core-signalr-angular/appsettings.json
2016-10-03 10:39:45 +03:00

15 lines
231 B
JSON

{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"TimeService": {
"DueTime": 10000,
"Period": 10000
}
}