12 lines
313 B
Plaintext
12 lines
313 B
Plaintext
# GitHub OAuth App 配置
|
|
GITHUB_CLIENT_ID=your-github-client-id
|
|
GITHUB_SECRET=your-github-client-secret
|
|
|
|
# GitHub 仓库配置
|
|
GITHUB_OWNER=your-github-username
|
|
GITHUB_REPO=your-repo-name
|
|
GITHUB_BRANCH=main
|
|
|
|
# NextAuth 配置
|
|
NEXTAUTH_URL=http://localhost:3000/api/auth
|
|
NEXT_PUBLIC_API_URL=http://localhost:3000 |