Skip to content

Commit

Permalink
Update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
anandbaburajan authored Mar 9, 2021
1 parent 64e85c2 commit d5c5cc7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ NODE_ENV=development

CORS_URL=http://localhost:3000

# MongoDB Atlas
# MongoDB
# DB_HOST, DB_USER and DB_USER_PWD are only required for the MongoDB Atlas instance in production

DB_NAME=pollsdb
DB_HOST=hostname
Expand All @@ -30,4 +31,4 @@ CLIENT_ID=
AUTH_URI=
TOKEN_URI=
AUTH_PROVIDER_X509_CERT_URL=
CLIENT_X509_CERT_URL=
CLIENT_X509_CERT_URL=

0 comments on commit d5c5cc7

Please sign in to comment.