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
Improve discoverability of dj-database-url's env option (#224)
In cases where something other than the `DATABASE_URL` needs
to be set, it was previously hard to know how to customise
`dj-database-url`'s config, since the upstream docs don't mention the
`env` option.
Now our default config passes an explicit value for `env` (which matches
the default value for that argument), to improve discoverability.
In addition, the Heroku Postgres docs link has been updated to deep link
to the env vars section, which explains when/why DB env vars will be given
alternate colour-prefixed names.
Closes#221.
0 commit comments