* add: read db credentials from .env * remove: console.log * fix: default to default pg user and password
prevents the scenario where multiple concurrent calls to insert a shipping method may lead to an inconsistent cart state with more than 1 shipping method per profile.