Skip to content

Commit

Permalink
.env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
patooworld authored Jul 9, 2024
1 parent cdbb359 commit 2d70d03
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ NEXTAUTH_URL=http://app.localhost:3000
# 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
NEXT_PUBLIC_ROOT_DOMAIN=patosite.net

# PostgreSQL database URL – get one here: https://vercel.com/docs/storage/vercel-postgres/quickstart
POSTGRES_PRISMA_URL=
Expand All @@ -26,10 +26,6 @@ AUTH_GITHUB_SECRET=

# Vercel authentication token that can be found here: https://vercel.com/account/tokens
AUTH_BEARER_TOKEN=
KV_URL=
KV_REST_API_URL=
KV_REST_API_TOKEN=
KV_REST_API_READ_ONLY_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
Expand Down

0 comments on commit 2d70d03

Please sign in to comment.