Skip to content

v2.0.0.1

Compare
Choose a tag to compare
@zimbres zimbres released this 05 Aug 19:06
· 5 commits to main since this release

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"
      }
    ]
  }
}