Skip to content

Commit

Permalink
move health check service note outside of the table
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobl committed Jan 1, 2025
1 parent 57499f7 commit bbc76d3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bbc76d3

Please sign in to comment.