DocSpace-client/web/ASC.Web.HealthChecks.UI/appsettings.json
2021-06-23 20:12:50 +03:00

88 lines
2.0 KiB
JSON

{
"HealthChecksUI": {
"HealthChecks": [
{
"Name": "ASC.ApiSystem",
"Uri": "http://localhost:5010/health"
},
{
"Name": "ASC.Calendar",
"Uri": "http://localhost:5023/health"
},
{
"Name": "ASC.CRM",
"Uri": "http://localhost:5021/health"
},
{
"Name": "ASC.Data.Backup",
"Uri": "http://localhost:5012/health"
},
{
"Name": "ASC.Data.Storage.Encryption",
"Uri": "http://localhost:5019/health"
},
{
"Name": "ASC.Data.Storage.Migration",
"Uri": "http://localhost:5018/health"
},
{
"Name": "ASC.Files",
"Uri": "http://localhost:5007/health"
},
{
"Name": "ASC.Files.Service",
"Uri": "http://localhost:5009/health"
},
{
"Name": "ASC.Mail",
"Uri": "http://localhost:5022/health"
},
{
"Name": "ASC.Notify",
"Uri": "http://localhost:5005/health"
},
{
"Name": "ASC.People",
"Uri": "http://localhost:5004/health"
},
{
"Name": "ASC.Projects",
"Uri": "http://localhost:5020/health"
},
{
"Name": "ASC.Socket.IO.Svc",
"Uri": "http://localhost:5028/health"
},
{
"Name": "ASC.SsoAuth.Svc",
"Uri": "http://localhost:5024/health"
},
{
"Name": "ASC.Studio.Notify",
"Uri": "http://localhost:5006/health"
},
{
"Name": "ASC.TelegramService",
"Uri": "http://localhost:51702/health"
},
{
"Name": "ASC.Thumbnails.Svc",
"Uri": "http://localhost:5030/health"
},
{
"Name": "ASC.UrlShortener.Svc",
"Uri": "http://localhost:5029/health"
},
{
"Name": "ASC.Web.Api",
"Uri": "http://localhost:5000/health"
},
{
"Name": "ASC.Web.Studio",
"Uri": "http://localhost:5003/health"
}
],
"EvaluationTimeInSeconds": 10
}
}