Skip to content

Commit 2f5a8e0

Browse files
committed
environment variables example
1 parent 58375b9 commit 2f5a8e0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.env-example

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
MONGO_USER = Mongodb user
2+
MONGO_PASSWORD = Mongodb password
3+
MONGO_DB = Mongodb database
4+
5+
JWT_SECRET = Any string to be secret
6+
BASE_URL = App base url

0 commit comments

Comments
 (0)