| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d95d3ca commit 92f22c2
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,16 @@ | |||
| 1 | + # Database (Required) | ||
| 2 | + DATABASE_URL="postgresql://postgres:password@localhost:5432/postgres" | ||
| 3 | + | ||
| 4 | + # Authentication (Required) | ||
| 5 | + BETTER_AUTH_SECRET=your_secret_key # Use `openssl rand -hex 32` to generate | ||
| 6 | + BETTER_AUTH_URL=http://localhost:3000 | ||
| 7 | + | ||
| 8 | + # Email Provider (Required) | ||
| 9 | + RESEND_API_KEY=your_resend_api_key # Get from https://resend.com | ||
| 10 | + | ||
| 11 | + # GitHub OAuth (Optional) | ||
| 12 | + GITHUB_CLIENT_ID=your_github_client_id | ||
| 13 | + GITHUB_CLIENT_SECRET=your_github_client_secret | ||
| 14 | + | ||
| 15 | + # App URL (Required) | ||
| 16 | + NEXT_PUBLIC_APP_URL=http://localhost:3000 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -31,7 +31,7 @@ yarn-error.log* | |||
| 31 | 31 | .pnpm-debug.log* | |
| 32 | 32 | ||
| 33 | 33 | # env files (can opt-in for committing if needed) | |
| 34 | - .env* | ||
| 34 | + .env | ||
| 35 | 35 | ||
| 36 | 36 | # vercel | |
| 37 | 37 | .vercel | |
| Back | FazBrowse Home | New Git URL |
0 commit comments