Files
aspnet-core-signalr-angular/appsettings.json
2016-09-30 16:01:17 +03:00

15 lines
229 B
JSON

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