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.

8 lines
296 B

3 years ago
10 months ago
3 years ago
  1. JWT_SECRET=sajdhgjhasdhgads
  2. EMAIL_HOST=smtp.gmail.com
  3. EMAIL_PORT=587
  4. EMAIL_USERNAME=krish@sentientgeeks.com
  5. EMAIL_PASSWORD=123456
  6. PORT=3000
  7. # MONGO_URI_TESTS=mongodb://localhost:27017/sg-node-express-rest-api
  8. MONGO_URI=mongodb://localhost:27017/sg-node-express-rest-api
  9. JWT_EXPIRATION_MINUTES=300