forked from vercel/platforms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
32 lines (24 loc) · 865 Bytes
/
.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
# Rename to .env
### DEVELOPMENT ONLY VARIABLES
# These variables need to be set
# for local development only
# Mandatory next-auth URL for localhost
NEXTAUTH_URL=http://app.localhost:3000
### PRODUCTION & DEVELOPMENT VARIABLES
# These variables need to be set
# for local development and when deployed on Vercel
# MySQL database URL for Prisma
DATABASE_URL=mysql://[email protected]:3309/platforms
# GitHub OAuth https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app
GITHUB_ID=
GITHUB_SECRET=
# Twitter Auth Bearer token (for static tweets)
TWITTER_AUTH_TOKEN=
# Secret key (generate one here: https://generate-secret.vercel.app/32)
NEXTAUTH_SECRET=
# https://vercel.com/account/tokens
AUTH_BEARER_TOKEN=
# https://vercel.com/<org>/<project>/settings
PROJECT_ID_VERCEL=
# https://vercel.com/teams/<org>/settings
TEAM_ID_VERCEL=