feat(auth): 强制要求用户名,- 添加 hooks 验证注册时 username 必填
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
- 修改数据库 schema: username 设为 NOT NULL - 重置并重新初始化本地和生产数据库 - 更新 .env.example 添加 Resend SMTP 配置说明
This commit is contained in:
@@ -13,3 +13,11 @@ DATABASE_URL=
|
|||||||
|
|
||||||
// DashScore
|
// DashScore
|
||||||
DASHSCORE_API_KEY=
|
DASHSCORE_API_KEY=
|
||||||
|
|
||||||
|
// SMTP Email - Resend (https://resend.com)
|
||||||
|
SMTP_HOST=smtp.resend.com
|
||||||
|
SMTP_PORT=587
|
||||||
|
SMTP_SECURE=false
|
||||||
|
SMTP_USER=resend
|
||||||
|
SMTP_PASS=re_your_resend_api_key
|
||||||
|
SMTP_FROM=onboarding@resend.dev
|
||||||
|
|||||||
Reference in New Issue
Block a user