Skip to content

Commit

Permalink
fix(api): reflect description from the CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasgeiler authored and gulien committed Jun 4, 2024
1 parent 26ec219 commit b4d39ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ The following flags allow you to configure the API module:
|--------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------|-----------------|
| <span class="badge badge--secondary">--api-port</span> | Set the port on which the API should listen. | 3000 |
| <span class="badge badge--secondary">--api-port-from-env</span> | Set the environment variable with the port on which the API should listen - override the default port. | None |
| <span class="badge badge--secondary">--api-tls-cert-file</span> | Set the path to the TLS/SSL certificate file - for HTTPS support. | None |
| <span class="badge badge--secondary">--api-tls-key-file</span> | Set the path to the TLS/SSL key file - for HTTPS support. | None |
| <span class="badge badge--secondary">--api-tls-cert-file</span> | Path to the TLS/SSL certificate file - for HTTPS support. | None |
| <span class="badge badge--secondary">--api-tls-key-file</span> | Path to the TLS/SSL key file - for HTTPS support. | None |
| <span class="badge badge--secondary">--api-start-timeout</span> | Set the time limit for the API to start. | 30s |
| <span class="badge badge--secondary">--api-timeout</span> | Set the time limit for requests. | 30s |
| <span class="badge badge--secondary">--api-root-path</span> | Set the root path of the API - for service discovery via URL paths. | / |
Expand Down

0 comments on commit b4d39ec

Please sign in to comment.