We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a1dcd commit 46ae0cdCopy full SHA for 46ae0cd
apps/api/.env.example
@@ -7,6 +7,7 @@ PORT=8080
7
CORS_ORIGINS=http://localhost:3000
8
NODE_ENV=development
9
10
-# Optional but needed for GitHub queries to work
+# Optional GitHub integration
11
+# To enable GitHub queries, set GITHUB_PERSONAL_ACCESS_TOKEN in your local .env file
12
# Generate a classic token with "public_repo" access at https://github.com/settings/tokens
-GITHUB_PERSONAL_ACCESS_TOKEN=your_github_personal_access_token_here
13
+# GITHUB_PERSONAL_ACCESS_TOKEN should NEVER be committed to version control
0 commit comments