From e93556e537b7d3fa04bf6f1b8ccba623575a3b4c Mon Sep 17 00:00:00 2001 From: StarFleetCPTN Date: Sun, 30 Mar 2025 12:43:04 -0700 Subject: [PATCH] update readme.md with new env variable. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3cd619d..94eb62e 100644 --- a/README.md +++ b/README.md @@ -311,6 +311,10 @@ PGID=1000 - If longer than 32 bytes, it will be truncated to 32 bytes - Example: `TOTP_ENCRYPTION_KEY=abcdefghijklmnopqrstuvwxyz123456` + +- SSL/TLS Verification Control: + - `SKIP_SSL_VERIFY`: Set to `true` to disable SSL/TLS certificate verification for outgoing connections (e.g., webhooks, email). Use with caution, as this can expose connections to man-in-the-middle attacks. Defaults to `false` (verification enabled). + - Example: `SKIP_SSL_VERIFY=true` ### Logging Configuration GoMFT provides configurable logging with rotation support through the following environment variables: