Skip to content

Commit

Permalink
Added .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman-Codes committed Jan 8, 2021
1 parent a971e24 commit 5e11cf6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
NODE_ENV = 'development'
MONGODB_URL_DEVELOPMENT = 'mongodb://localhost/medbuddy'


# NODE_ENV = 'production'
SENDOR_EMAIL =
SENDOR_PASSWORD =
MONGODB_URL_PRODUCTION =

MONGODB_URL_TEST = 'mongodb://localhost/testmedbuddy'

0 comments on commit 5e11cf6

Please sign in to comment.