-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.example
33 lines (33 loc) · 1.2 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# For Turso local dev
DATABASE_URL="http://127.0.0.1:8080"
# Turso production credentials: https://turso.tech/app
# DATABASE_AUTH_TOKEN=""
# For better-sqlite3 local dev
# DATABASE_URL="db/dev.db"
# Enable Drizzle debug logging
# DATABASE_DEBUG=true
#
# WARM=5
#
# SITE_HOSTNAME=""
# Required by Auth.js on production. Set up via `npx auth secret`
AUTH_SECRET=""
# https://console.cloud.google.com/workspace-api/credentials
# AUTH_GOOGLE_ID=""
# AUTH_GOOGLE_SECRET=""
# Enable Auth.js debug logging
# AUTH_DEBUG=true
# https://analytics.google.com/
# NEXT_PUBLIC_GOOGLE_ANALYTICS_ID="G-XXXXXXXXXX"
# Enable TanStack Query react Devtools locally https://tanstack.com/query/latest/docs/framework/react/devtools
NEXT_PUBLIC_REACT_QUERY_DEVTOOLS=true
# Sentry DSN https://docs.sentry.io/platforms/javascript/guides/nextjs/
# Don't wrap value in double quotes https://github.com/getsentry/sentry-javascript/issues/1266#issuecomment-374637382
# SENTRY_DSN=
SENTRY_ORG=""
SENTRY_PROJECT=""
# Used to upload source maps to Sentry
# SENTRY_AUTH_TOKEN=""
# SENTRY_DEBUG=true
# Only needed if deploying via SST and you're using on demand ISR with /api/revalidate (see also https://github.com/sst/ion/issues/135)
# CLOUDFRONT_DISTRIBUTION_ID=""