v2.0.0.1
Appsettings.json need to be updated on this version
{
"Logging": {
"LogLevel": {
"Default": "Warning",
"Microsoft.Hosting.Lifetime": "Warning"
}
},
"Configuration": {
"RunIntervalSeconds": 30,
"Services": [
{
"ServiceName": "YourServiceName",
"IpAddress": "127.0.0.1",
"Port": 8080
},
{
"ServiceName": "YourServiceName",
"HttpUrl": "http://localhost:3000/api/health",
"WordToCheck": "Healthy"
},
{
"ServiceName": "YourServiceName",
"HttpUrl": "http://localhost:3000/noword"
}
]
}
}