-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenv.example
37 lines (27 loc) · 1.42 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# DO NOT FORGET TO RENAME TO .env OR .env.local BEFORE PUSHING TO GIT
### 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
# Change this to your own domain
NEXT_PUBLIC_ROOT_DOMAIN=patooworld.com
# PostgreSQL database URL – get one here: https://vercel.com/docs/storage/vercel-postgres/quickstart
POSTGRES_PRISMA_URL=
POSTGRES_URL_NON_POOLING=
# Vercel Blob Storage for image uploads – currently in beta, please fill out this form for access: https://tally.so/r/nPDMNd. Setup instructions: https://vercel.com/docs/storage/vercel-blob/quickstart
BLOB_READ_WRITE_TOKEN=
# GitHub OAuth secrets for auth & login – generate these here: https://github-client-generator.vercel.app/
NEXTAUTH_SECRET=
AUTH_GITHUB_ID=
AUTH_GITHUB_SECRET=
# Vercel authentication token that can be found here: https://vercel.com/account/tokens
AUTH_BEARER_TOKEN=
# Vercel Project ID that can be found here: https://vercel.com/<org>/<project>/settings
PROJECT_ID_VERCEL=
# Vercel Team ID that can be found here: https://vercel.com/teams/<org>/settings
# Only required if you are using this with a Vercel team
TEAM_ID_VERCEL=
# Then get your Google Gemini API Key here: https://gemini.google.com/app
GOOGLE_GENERATIVE_AI_API_KEY=