From 1cd11a6bd712b596788ccd1cd2a7dd760f6ab71c Mon Sep 17 00:00:00 2001 From: SAMUEL CHIBUNNA Date: Fri, 19 Jul 2024 13:45:31 -0700 Subject: [PATCH] Update and rename .env.local to .env.example for proper configuration --- .env.local => .env.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename .env.local => .env.example (88%) diff --git a/.env.local b/.env.example similarity index 88% rename from .env.local rename to .env.example index bacd348..cae73c0 100644 --- a/.env.local +++ b/.env.example @@ -1,4 +1,4 @@ -# DON'T FORGET TO RENAME TO .env OR .env.local BEFORE PUSHING TO GIT +# 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 @@ -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=patosite.net +NEXT_PUBLIC_ROOT_DOMAIN=vercel.pub # PostgreSQL database URL – get one here: https://vercel.com/docs/storage/vercel-postgres/quickstart POSTGRES_PRISMA_URL= @@ -29,7 +29,7 @@ AUTH_BEARER_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 -# Only required if you're using this with a Vercel team +# Only required if you are using this with a Vercel team TEAM_ID_VERCEL= # OpenAI API key for AI text generation – get one here: https://platform.openai.com/account/api-keys