Skip to content

Commit d82b4ce

Browse files
committed
Re-add .env.example
1 parent bf0bbd5 commit d82b4ce

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.env.example

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# https://vercel.com/docs/storage/vercel-postgres
2+
POSTGRES_URL=
3+
4+
NEXTAUTH_URL=http://localhost:3000
5+
AUTH_SECRET= # https://generate-secret.vercel.app/32
6+
7+
# https://authjs.dev/getting-started/providers/github
8+
AUTH_GITHUB_ID=
9+
AUTH_GITHUB_SECRET=

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ yarn-error.log*
2727

2828
# env files
2929
.env*
30+
!.env.example
3031

3132
# vercel
3233
.vercel

0 commit comments

Comments
 (0)