From c028f338f0cb8fb8f92373a20737b1ef36eb0e8f Mon Sep 17 00:00:00 2001 From: Fredrik Berntsson Date: Fri, 28 Feb 2025 21:46:59 +0100 Subject: [PATCH] docs: update README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 10d24a0..e29fceb 100644 --- a/README.md +++ b/README.md @@ -77,10 +77,11 @@ The following environment variables can be specified: ### Optional Environment Variables -| Name | Default | Example | Description | -|----------|---------|----------------|------------------------------------------------| -| `CRON` | n/a | `0 * * * *` | Specifies the cron schedule for synchronization| -| `TZ` | n/a | `Europe/London`| Specifies the timezone for logs and cron | +| Name | Default | Example | Description | +|------------------------------------|---------|-----------------|----------------------------------------------------| +| `CRON` | n/a | `0 * * * *` | Specifies the cron schedule for synchronization | +| `TZ` | n/a | `Europe/London` | Specifies the timezone for logs and cron | +| `CLIENT_SKIP_TLS_VERIFICATION` | false | true | Skips SSL certificate verification | > **Note:** The following optional settings apply only if `FULL_SYNC=false`. They allow for granular control of synchronization if a full sync is not wanted.