From 447c7ad321431a8ccb6cdc7147aa40b51398fa62 Mon Sep 17 00:00:00 2001 From: SurDaft - Jack Stupple Date: Thu, 23 Apr 2026 03:40:37 +0100 Subject: [PATCH] docs: Document remote.client configuration (#1637) chore(docs): Document remote.client configuration Document remote.client configuration for ticket #64. --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ba232dcb..96a6e220 100644 --- a/README.md +++ b/README.md @@ -2842,12 +2842,13 @@ This is an experimental feature. It may be removed or updated in a breaking mann there are known issues with this feature. If you'd like to provide some feedback, please write a comment in [#64](https://github.com/TwiN/gatus/issues/64). Use at your own risk. -| Parameter | Description | Default | -|:-----------------------------------|:---------------------------------------------|:--------------| -| `remote` | Remote configuration | `{}` | -| `remote.instances` | List of remote instances | Required `[]` | -| `remote.instances.endpoint-prefix` | String to prefix all endpoint names with | `""` | -| `remote.instances.url` | URL from which to retrieve endpoint statuses | Required `""` | +| Parameter | Description | Default | +|:-----------------------------------|:-----------------------------------------------|:--------------| +| `remote` | Remote configuration | `{}` | +| `remote.instances` | List of remote instances | Required `[]` | +| `remote.instances.endpoint-prefix` | String to prefix all endpoint names with | `""` | +| `remote.instances.url` | URL from which to retrieve endpoint statuses | Required `""` | +| `remote.client` | [Client configuration](#client-configuration). | `{}` | ```yaml remote: