forked from dubinc/dub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
22 lines (18 loc) · 1.07 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
# 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://vercel.com/guides/nextjs-multi-tenant-application#6.-add-custom-domains-with-the-vercel-api
PROJECT_ID_VERCEL=
TEAM_ID_VERCEL=
## 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=