Commit f15864a
authored
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.
1 parent 010c942 commit f15864a
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
122 | 123 | | |
123 | 124 | | |
124 | 125 | | |
| |||
0 commit comments