's'
This commit is contained in:
12
.env.example
Normal file
12
.env.example
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user