You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

9 lines
292 B

JWT_SECRET=sajdhgjhasdhgads
EMAIL_HOST=smtp.gmail.com
EMAIL_PORT=587
EMAIL_USERNAME=krish@sentientgeeks.com
EMAIL_PASSWORD=123456
PORT=3000
# MONGO_URI_TESTS=mongodb://localhost:27017/sg-node-express-rest-api
MONGO_URI=mongodb://mongo:27017/sg-node-express-rest-api
JWT_EXPIRATION_MINUTES=300