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 12eb954 commit 44a1dcdCopy full SHA for 44a1dcd
apps/api/.env.example
@@ -0,0 +1,12 @@
1
+# Required
2
+DATABASE_URL="postgresql://USER:PASSWORD@localhost:5432/your_database_name?schema=public"
3
+JWT_SECRET="replace-with-a-strong-random-secret"
4
+
5
+# Optional (good defaults shown)
6
+PORT=8080
7
+CORS_ORIGINS=http://localhost:3000
8
+NODE_ENV=development
9
10
+# Optional but needed for GitHub queries to work
11
+# Generate a classic token with "public_repo" access at https://github.com/settings/tokens
12
+GITHUB_PERSONAL_ACCESS_TOKEN=your_github_personal_access_token_here
0 commit comments