forked from dubinc/dub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
20 lines (16 loc) · 943 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Auto generated from Upstash integration (feel free to pull it from your Vercel project with `vc env pull`)
UPSTASH_REDIS_REST_URL=
UPSTASH_REDIS_REST_TOKEN=
# Required for email auth – setup instructions here: https://next-auth.js.org/providers/email#configuration
EMAIL_SERVER=
EMAIL_FROM=
# Generate a random secret here: https://generate-secret.vercel.app/32
NEXTAUTH_SECRET=
# Required for adding domains to Vercel using the Domains API
## Here's how you can get your Project & Team ID: https://github.com/vercel/vercel/discussions/4367#discussioncomment-1672222
VERCEL_PROJECT_ID=
VERCEL_TEAM_ID=
## Here's how you can create an auth bearer token: https://vercel.com/guides/how-do-i-use-a-vercel-api-access-token#creating-an-access-token
AUTH_BEARER_TOKEN=
# Required for SQL database: you can follow this guide to set this up: https://vercel.com/guides/nextjs-multi-tenant-application#2.-set-up-your-mysql-database
DATABASE_URL=