From bbc76d3fe1fcea68e28a3aed2b10beba517e346f Mon Sep 17 00:00:00 2001 From: Riccardo Balbo Date: Wed, 1 Jan 2025 18:49:24 +0100 Subject: [PATCH] move health check service note outside of the table --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 465b298..470fd53 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,10 @@ Configuration options can be specified via environment variables (all are option | `LNCD_TLS_KEY_PATH` | `""` | Path to the TLS key file (empty to disable TLS). | | `LNCD_AUTH_TOKEN` | `""` | Bearer token required to access the server (empty to disable authentication). | | `LNCD_DEV_UNSAFE_LOG` | `false` | Enable or disable logging of sensitive data. | -| `LNCD_HEALTHCHECK_SERVICE_PORT` | `7168` | Additional healthcheck service port. If LNCD_HEALTHCHECK_SERVICE_PORT and LNCD_HEALTHCHECK_SERVICE_HOST are set, an additional unauthenticated and unencrypted healthcheck service will be started on the specified port and host. | -| `LNCD_HEALTHCHECK_SERVICE_HOST` | `127.0.0.1` | Additional healthcheck service host. If LNCD_HEALTHCHECK_SERVICE_PORT and LNCD_HEALTHCHECK_SERVICE_HOST are set, an additional unauthenticated and unencrypted healthcheck service will be started on the specified port and host. | +| `LNCD_HEALTHCHECK_SERVICE_PORT` | `7168` | Additional healthcheck service port. | +| `LNCD_HEALTHCHECK_SERVICE_HOST` | `127.0.0.1` | Additional healthcheck service host. | + +If LNCD_HEALTHCHECK_SERVICE_PORT and LNCD_HEALTHCHECK_SERVICE_HOST are set, an additional unauthenticated and unencrypted healthcheck endpoint will be listening on the specified port and host. ## Intended scope