{
//"Kestrel": {
// "Endpoints": {
// "Http": {
// "Url": "http://localhost:5087"
// }
// }
//},
"ConnectionStrings": {
"DefaultConnection": "Server=209.133.218.185;Database=CallRouter;User Id=Sa;Password=Info@ahc2019!;MultipleActiveResultSets=true"
},
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft.AspNetCore": "Debug"
}
},
"AllowedHosts": "*"
}