Skip to content

Commit

Permalink
Update and rename .env.local to .env.example
Browse files Browse the repository at this point in the history
for proper configuration
  • Loading branch information
patooworld authored Jul 19, 2024
1 parent 0c76b0d commit 1cd11a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .env.local → .env.example
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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=
Expand All @@ -29,7 +29,7 @@ AUTH_BEARER_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
# 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
Expand Down

0 comments on commit 1cd11a6

Please sign in to comment.