Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ NEXT_PUBLIC_APP_URL=localhost:3000

OPENAI_API_KEY=OPENAI_API_KEY

GITHUB_TOKEN=GITHUB_TOKEN
# GitHub Personal Access Token with 'repo' scope (for creating repositories)
GITHUB_TOKEN=your_github_personal_access_token_here
GITHUB_OWNER=GITHUB_OWNER
GITHUB_TEMPLATE_REPO=TEMPLATE_REPO
VERCEL_TOKEN=VERCEL_TOKEN

DATABASE_URL=
DATABASE_URL=
V0_API_KEY=your_v0_api_key_here
Loading