You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 15, 2020. It is now read-only.
Having to pass in the URL and credentials every time, and grabbing the credentials in every module, is unnecessary boilerplate. Especially annoying for Heroku, where these can be assumed to be available.
Solution
Default to standard env vars, via a default argument value or similar. Still allow overwriting the credentials in case someone wants to be explicit.