0.0.8.0
This commit is contained in:
@@ -81,6 +81,13 @@ DATABASE_URL="postgresql://user:password@localhost:5432/family_tree"
|
||||
NEXTAUTH_URL="http://localhost:3000"
|
||||
NEXTAUTH_SECRET="your-secret-key-here"
|
||||
|
||||
# 邮箱服务器配置(用于发送邀请邮件)
|
||||
SMTP_HOST="smtp.163.com"
|
||||
SMTP_PORT="465"
|
||||
SMTP_USER="cftservice@163.com"
|
||||
SMTP_PASS="your-smtp-password"
|
||||
SMTP_FROM="中华家谱 <cftservice@163.com>"
|
||||
|
||||
# 可选:OAuth 提供商
|
||||
# GOOGLE_CLIENT_ID=""
|
||||
# GOOGLE_CLIENT_SECRET=""
|
||||
|
||||
Reference in New Issue
Block a user