NODE_ENV = development
PORT = 5000
MONGO_URI = mongodb://127.0.0.1:27017/support-desk
JWT_SECRET = abc123
