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

12 lines
208 B
JSON

{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"apiURL" : "http://localhost:5000/api/"
}