A Tour Booking System for the company Natours
- Defined inside
./config.env
Key | Value |
---|---|
NODE_ENV |
Application Environment (development or test) |
DATABASE |
MongoDB Database URL |
DATABASE_PASSWORD |
Database Password |
JWT_SECRET |
JWT Secret Key |
JWT_EXPIRES_IN |
JWT Expiration Time |
EMAIL_HOST |
Mail Server Host Address |
EMAIL_PORT |
Mail Server Port |
EMAIL_USER |
Mail Server Username |
EMAIL_PASS |
Mail Server Password |