feat: add env var to allow invalid SSL certs (#262)

* feat: add env var to allow invalid SSL certs

* Update readme
This commit is contained in:
Henry
2025-11-30 23:00:55 +00:00
committed by GitHub
parent d3c8cbd6c0
commit bb8f3de0ad
6 changed files with 52 additions and 37 deletions

View File

@@ -35,6 +35,7 @@ services:
- SMTP_PASSWORD=${SMTP_PASSWORD}
- SMTP_SECURE=${SMTP_SECURE}
- EMAIL_FROM=${EMAIL_FROM}
- SMTP_REJECT_UNAUTHORIZED=${SMTP_REJECT_UNAUTHORIZED}
# Notifications
- NOVU_API_KEY=${NOVU_API_KEY}