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