PORT=5000
NODE_ENV=development
MONGO_URI=mongodb+srv://code4depression_db_user:5PilrvrNCJmlMNDU@travel.b4lmnba.mongodb.net/?appName=travel
JWT_SECRET=change_this_to_a_long_random_secret
JWT_EXPIRE=30d
CLIENT_URL=http://localhost:5173
