All checks were successful
continuous-integration/drone/push Build is passing
- 修改数据库 schema: username 设为 NOT NULL - 重置并重新初始化本地和生产数据库 - 更新 .env.example 添加 Resend SMTP 配置说明
24 lines
371 B
Plaintext
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
|