-
-
Notifications
You must be signed in to change notification settings - Fork 714
Expand file tree
/
Copy path.env.local.example
More file actions
35 lines (26 loc) · 924 Bytes
/
.env.local.example
File metadata and controls
35 lines (26 loc) · 924 Bytes
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
34
35
AUTH_SECRET= # Linux: `openssl rand -hex 32` or go to https://generate-secret.vercel.app/32
# Better Auth Deployed URL
BETTER_AUTH_URL=http://localhost:3000
# ======= OPTIONAL =======
# # Polar Sandbox is used in dev mode: https://sandbox.polar.sh/
# # You may need to delete your user in their dashboard if you get a "cannot attach new external ID error"
# POLAR_ACCESS_TOKEN=
# POLAR_WEBHOOK_SECRET=
# # In production, we use postgres
# POSTGRES_URL=
# # Email
# SMTP_HOST=
# SMTP_USER=
# SMTP_PASS=
# SMTP_PORT=
# # Insecure if false, secure if any other value
# SMTP_SECURE=false
# # For GitHub Signin method
# AUTH_GITHUB_ID=
# AUTH_GITHUB_SECRET=
# # The SENTRY_AUTH_TOKEN variable is picked up by the Sentry Build Plugin.
# # It's used for authentication when uploading source maps.
# SENTRY_AUTH_TOKEN=
NEXT_PUBLIC_BLOCKNOTE_AI_SERVER_API_KEY=
NEXT_PUBLIC_BLOCKNOTE_AI_SERVER_BASE_URL=
TURNSTILE_SECRET_KEY=