We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf0bbd5 commit d82b4ceCopy full SHA for d82b4ce
.env.example
@@ -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
@@ -27,6 +27,7 @@ yarn-error.log*
27
28
# env files
29
.env*
30
+!.env.example
31
32
# vercel
33
.vercel
0 commit comments