From 2d70d0398d431bc114bc98dfbd167707abdd61bb Mon Sep 17 00:00:00 2001 From: PATOOWORLD Date: Tue, 9 Jul 2024 13:43:04 -0700 Subject: [PATCH] .env.example --- .env.example | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.env.example b/.env.example index b99e870..bacd348 100644 --- a/.env.example +++ b/.env.example @@ -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= @@ -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///settings PROJECT_ID_VERCEL= # Vercel Team ID that can be found here: https://vercel.com/teams//settings