Skip to content

Commit

Permalink
chore: update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelovicentegc committed Nov 15, 2023
1 parent 2403fef commit 11248c0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ MONGODB_DB=
# used to encrypt and decrypt stuff from the development database
ENCRYPTION_KEY=

# development
HOSTNAME=localhost
PORT=3001
HOST=http://$HOSTNAME:$PORT

# next-auth (https://next-auth.js.org/)
NEXTAUTH_SECRET=
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_URL=$HOST
EMAIL_SERVER_USER=
EMAIL_SERVER_PASSWORD=
EMAIL_SERVER_HOST=
Expand All @@ -20,4 +25,4 @@ ALLOWED_EMAILS=
# when spinning this application, and using localhost as the origin
TEST_VENDOR_ID=
TEST_API_KEY=
TEST_API_PORT=
TEST_API_PORT=$PORT

0 comments on commit 11248c0

Please sign in to comment.