Files
aspnet-core-signalr-angular/appsettings.json
2016-09-30 11:32:27 +03:00

15 lines
229 B
JSON

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