This commit is contained in:
Martin
2024-09-19 21:51:50 +08:00
commit 39fc7df763
10 changed files with 2788 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
MAX_FILE_SIZE=5242880
AWS_REGION=your-aws-region
AWS_ACCESS_KEY_ID=your-aws-access-key
AWS_SECRET_ACCESS_KEY=your-aws-secret-key
PORT=25
S3_BUCKET_NAME=your-s3-bucket-name
WEBHOOK_URL=https://your-webhook-url.com
SMTP_SECURE=false
WEBHOOK_CONCURRENCY=5