Files
chinese-family-tree-2/.env.example
T
freedakgmail 00cfae381b 0.0.2.0
2025-11-23 09:24:14 +08:00

14 lines
333 B
Bash

# 数据库配置
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"