This commit is contained in:
freedakgmail
2025-11-23 18:03:04 +08:00
parent 9cdd751a56
commit e44dd0bd95
489 changed files with 264491 additions and 4157 deletions
+7
View File
@@ -5,6 +5,13 @@ DATABASE_URL="postgresql://user:password@localhost:5432/family_tree"
NEXTAUTH_URL="http://localhost:3000"
NEXTAUTH_SECRET="your-secret-key-here-please-change-this"
# 邮箱服务器配置(用于发送邀请邮件)
SMTP_HOST="smtp.163.com"
SMTP_PORT="465"
SMTP_USER="cftservice@163.com"
SMTP_PASS="SChncqpqS9TDPUD2"
SMTP_FROM="cftservice@163.com"
# 可选:OAuth 提供商配置
# GOOGLE_CLIENT_ID=""
# GOOGLE_CLIENT_SECRET=""