Files
learn-languages/.env.example
goddonebianu 0cb240791b
All checks were successful
continuous-integration/drone/push Build is passing
feat(auth): 强制要求用户名,- 添加 hooks 验证注册时 username 必填
- 修改数据库 schema: username 设为 NOT NULL
- 重置并重新初始化本地和生产数据库
- 更新 .env.example 添加 Resend SMTP 配置说明
2026-03-10 09:45:55 +08:00

24 lines
371 B
Plaintext

// LLM
ZHIPU_API_KEY=
ZHIPU_MODEL_NAME=
// Auth
BETTER_AUTH_SECRET=
BETTER_AUTH_URL=
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
// Database
DATABASE_URL=
// DashScore
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