diff --git a/docs/Indexer.md b/docs/Indexer.md index ca3e773..1e955fc 100644 --- a/docs/Indexer.md +++ b/docs/Indexer.md @@ -5,6 +5,7 @@ The indexer by default - Ignores API keys when in development mode - Uses Elmah error logging (endpoint: `/elmah`, local files: `~/logs`) - Uses serilog logging (local files: `~/logs`) +- Uses HealthChecks (endpoint: `/healthz`) ## Installing the dependencies ## Ubuntu 24.04 1. Install the .NET SDK: `sudo apt update && sudo apt install dotnet-sdk-8.0 -y`