.env configuration

DATABASE_URL="mongodb+srv://<user>:<password>@<cluster>/<db>?retryWrites=true&w=majority"
PORT=3000
BASE_URL="<https://localhost>:{PORT}"

Why environment variables matter

Notes