Add webhook bearer token support
Docker / build (push) Canceled after 0s

This commit is contained in:
2026-09-02 15:17:05 +02:00
parent c1961093d6
commit 93f7d78c27
5 changed files with 14 additions and 2 deletions
+2
View File
@@ -5,5 +5,7 @@ AWS_SECRET_ACCESS_KEY=your-aws-secret-key
PORT=25
S3_BUCKET_NAME=your-s3-bucket-name
WEBHOOK_URL=https://your-webhook-url.com
# Optional: adds an Authorization: Bearer header to webhook requests
# WEBHOOK_BEARER_TOKEN=your-bearer-token
SMTP_SECURE=false
WEBHOOK_CONCURRENCY=5