You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,10 @@ Configuration options can be specified via environment variables (all are option
22
22
|`LNCD_TLS_KEY_PATH`|`""`| Path to the TLS key file (empty to disable TLS). |
23
23
|`LNCD_AUTH_TOKEN`|`""`| Bearer token required to access the server (empty to disable authentication). |
24
24
|`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.
0 commit comments