update readme.md with new env variable.

This commit is contained in:
StarFleetCPTN
2025-03-30 12:43:04 -07:00
parent 391cfbc50c
commit e93556e537
+4
View File
@@ -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: