🔧 配置文件和部署文档新增 resend 邮箱服务

This commit is contained in:
mewhz
2025-09-06 15:16:02 +08:00
parent 49092780e3
commit 9e4ad29c7f
10 changed files with 30 additions and 4 deletions

View File

@@ -56,6 +56,7 @@ app.captcha.comment-enabled=${CAPTCHA_COMMENT_ENABLED:false}
# ========= Optional =========
# for resend email send service, you can improve your service by yourself
resend.api.key=${RESEND_API_KEY:}
resend.from.email=${RESEND.FROM.EMAIL}
# your email services: ...
# for tencent cloud image upload service, you can improve your service by yourself