Skip to content

Commit bbc76d3

Browse files
committed
move health check service note outside of the table
1 parent 57499f7 commit bbc76d3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ Configuration options can be specified via environment variables (all are option
2222
| `LNCD_TLS_KEY_PATH` | `""` | Path to the TLS key file (empty to disable TLS). |
2323
| `LNCD_AUTH_TOKEN` | `""` | Bearer token required to access the server (empty to disable authentication). |
2424
| `LNCD_DEV_UNSAFE_LOG` | `false` | Enable or disable logging of sensitive data. |
25-
| `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. |
26-
| `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. |
25+
| `LNCD_HEALTHCHECK_SERVICE_PORT` | `7168` | Additional healthcheck service port. |
26+
| `LNCD_HEALTHCHECK_SERVICE_HOST` | `127.0.0.1` | Additional healthcheck service host. |
27+
28+
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.
2729

2830

2931
## Intended scope

0 commit comments

Comments
 (0)