We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e32c4 commit 19cf86eCopy full SHA for 19cf86e
.env.local.example
@@ -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