Skip to content

Commit 19cf86e

Browse files
committed
add a ".env.local.example" file
1 parent d8e32c4 commit 19cf86e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.env.local.example

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
NEXTAUTH_SECRET=
2+
NEXTAUTH_URL=
3+
CLIENT_ID=
4+
CLIENT_SECRET=
5+
NEXT_PUBLIC_TOKEN=
6+
7+
# uncomment the “SENTRY” prefixed variables below if you are using sentry and need to catch errors in local dev
8+
# SENTRY_DSN=
9+
# NEXT_PUBLIC_SENTRY_DSN=
10+
# SENTRY_URL=https://sentry.io/
11+
# SENTRY_ORG=
12+
# SENTRY_PROJECT=
13+
# SENTRY_AUTH_TOKEN=

0 commit comments

Comments
 (0)