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