0.0.2.0
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user