Skip to content

Commit

Permalink
docs: add HTTP_SERVER_DISABLE_LOG
Browse files Browse the repository at this point in the history
Closes: #1108
  • Loading branch information
ctron committed Dec 18, 2024
1 parent 678284e commit 0430eb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/env-vars.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
| `CLIENT_TLS_CA_CERTIFICATES` | Additional certificates which will be added as trust anchors | |
| `CLIENT_TLS_INSECURE` | Make the TLS client insecure, disabling all validation | `false` |
| `HTTP_SERVER_BIND_ADDR` | Address to listen on | `::1` |
| `HTTP_SERVER_DISABLE_LOG` | Disable the request log | `false` |
| `HTTP_SERVER_JSON_LIMIT` | JSON request limit | `2 MiB` |
| `HTTP_SERVER_REQUEST_LIMIT` | Overall request limit | `256 KiB` |
| `HTTP_SERVER_TLS_CERTIFICATE_FILE` | Path to the TLS certificate in PEM format | |
Expand Down

0 comments on commit 0430eb4

Please sign in to comment.