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
+3
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ 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
27
26
28
27
29
## Intended scope
@@ -92,3 +94,4 @@ RESPONSE
92
94
- POST http://localhost:7167/rpc : Send a request and get a response from the LNC server.
93
95
- GET http://localhost:7167/ : Web UI to test the /rpc endpoint.
94
96
- GET http://localhost:7167/health : Health check endpoint.
97
+
- GET http://localhost:7168/health : Unauthenticated health check endpoint (if enabled).
0 commit comments