From d95c1c57bb8ec7d2e5a1724a34b63c9679cb47ef Mon Sep 17 00:00:00 2001 From: LD-Reborn Date: Wed, 11 Jun 2025 13:24:21 +0200 Subject: [PATCH] Updated indexer documentation to reflect recent healthchecks addition --- docs/Indexer.md | 1 + 1 file changed, 1 insertion(+) 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`