This commit is contained in:
freedakgmail
2025-11-23 09:24:14 +08:00
parent bade25ff26
commit 00cfae381b
488 changed files with 4141 additions and 1182075 deletions
+13
View File
@@ -0,0 +1,13 @@
# 数据库配置
DATABASE_URL="postgresql://user:password@localhost:5432/family_tree"
# NextAuth 配置
NEXTAUTH_URL="http://localhost:3000"
NEXTAUTH_SECRET="your-secret-key-here-please-change-this"
# 可选:OAuth 提供商配置
# GOOGLE_CLIENT_ID=""
# GOOGLE_CLIENT_SECRET=""
# 可选:其他配置
# NODE_ENV="development"