forked from dubinc/dub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
22 lines (18 loc) · 1.48 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=https://delicate-dane-40627.upstash.io
UPSTASH_REDIS_REST_TOKEN=AZ6zASQgOWZmNmM3MzktN2IyMC00MTk4LTllZDgtYTA5Y2U1ZWIwNDUzYzQ0YWEwZGQ4MmM5NDNjZWJmMTBlYjEyMTQ4MjcwMGQ=
# Required for email auth – setup instructions here: https://next-auth.js.org/providers/email#configuration
EMAIL_SERVER=smtp.gmail.com:587
# Generate a random secret here: https://generate-secret.vercel.app/32
NEXTAUTH_SECRET=55302cc6c6fbea75fcfe870b7523ca68
###############################################################
# 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=prj_xgzT8u24xlAds2Bki73KvjGyy6W0
TEAM_ID_VERCEL=gkvK3etGGUPNZqpFGrRtRDIf
## 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=lzGAXkSPwRa9c0wGlo0U6klb
# 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='mysql://pdi85klg4qz3gqk5jkn4:pscale_pw_jWBwDS8boLr62ieFIbSPvFtMIqymMoCi20Z4xn3wva1@aws.connect.psdb.cloud/dub?sslaccept=strict'