Skip to content

Commit

Permalink
Add the doc for the tls flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Peltoche committed Mar 8, 2024
1 parent 25d8e11 commit 1399276
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions docs/installation-guide/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@



| Environment | Cli flag | Default | Description |
|---------------------|-------------|----------------------|------------------------------------------------------------|
| DUCKCLOUD_FOLDER | --folder | /usr/share/duckcloud | Specify you data directory location. |
| DUCKCLOUD_HTTP_PORT | --http-port | 5764 | Web server port number. |
| DUCKCLOUD_HTTP_HOST | --http-host | 0.0.0.0 | Web server IP address. |
| DUCKCLOUD_LOG_LEVEL | --log-level | info | Log message verbosity LEVEL. (debug, info, warning, error) |
| Environment | Cli flag | Default | Description |
|----------------------------|--------------------|----------------------|------------------------------------------------------------|
| DUCKCLOUD_FOLDER | --folder | /usr/share/duckcloud | Specify you data directory location. |
| DUCKCLOUD_HTTP_PORT | --http-port | 5764 | Web server port number. |
| DUCKCLOUD_HTTP_HOST | --http-host | 0.0.0.0 | Web server IP address. |
| DUCKCLOUD_LOG_LEVEL | --log-level | info | Log message verbosity LEVEL. (debug, info, warning, error) |
| DUCKCLOUD_SELF_SIGNED_CERT | --self-signed-cert | false | Generate and use a self-signed HTTPS/TLS certificate. |
| DUCKCLOUD_TLS_CERT | --tls-cert | - | Public HTTPS certificate file (.crt) |
| DUCKCLOUD_TLS_KEY | --tls-key | - | Private HTTPS key file (.key) |

0 comments on commit 1399276

Please sign in to comment.