Skip to content

Commit 56bb0d7

Browse files
committed
env sample
1 parent 062b626 commit 56bb0d7

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Diff for: .env.example

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
DATABASE_URL= #Neon Database URL
2+
23
NEXT_PUBLIC_BASE_URL= #Base URL of your app
34

5+
# https://resend.com/domains
6+
RESEND_API_KEY=
7+
8+
# Random value used by the library better-auth for encryption and generating hashes.
9+
BETTER_AUTH_SECRET=
10+
11+
# https://github.com/settings/developers
412
GITHUB_CLIENT_ID=
513
GITHUB_CLIENT_SECRET=
614

7-
BETTER_AUTH_SECRET=
15+
# https://console.cloud.google.com/apis/dashboard
16+
GOOGLE_CLIENT_ID=
17+
GOOGLE_CLIENT_SECRET=

0 commit comments

Comments
 (0)