Skip to content

Commit 44a1dcd

Browse files
committed
Add new feature
1 parent 12eb954 commit 44a1dcd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

apps/api/.env.example

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)