From b4d39ec657508ea9a8f15c8e15b5c2ae54da46d0 Mon Sep 17 00:00:00 2001 From: Jonas Geiler Date: Mon, 27 May 2024 14:52:07 +0200 Subject: [PATCH] fix(api): reflect description from the CLI --- docs/configuration.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.mdx b/docs/configuration.mdx index 641df74..65de02b 100644 --- a/docs/configuration.mdx +++ b/docs/configuration.mdx @@ -16,8 +16,8 @@ The following flags allow you to configure the API module: |--------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------|-----------------| | --api-port | Set the port on which the API should listen. | 3000 | | --api-port-from-env | Set the environment variable with the port on which the API should listen - override the default port. | None | -| --api-tls-cert-file | Set the path to the TLS/SSL certificate file - for HTTPS support. | None | -| --api-tls-key-file | Set the path to the TLS/SSL key file - for HTTPS support. | None | +| --api-tls-cert-file | Path to the TLS/SSL certificate file - for HTTPS support. | None | +| --api-tls-key-file | Path to the TLS/SSL key file - for HTTPS support. | None | | --api-start-timeout | Set the time limit for the API to start. | 30s | | --api-timeout | Set the time limit for requests. | 30s | | --api-root-path | Set the root path of the API - for service discovery via URL paths. | / |