Docker: If DB_* env var is unset, remove the corresponding setting

This commit is contained in:
Richard Hansen 2021-06-06 03:28:47 -04:00
parent 428f8d1684
commit de0a450aec
2 changed files with 8 additions and 6 deletions

View file

@ -26,6 +26,8 @@
* Support for unset variables without a default value is now deprecated.
Please change all instances of `"${FOO}"` in your `settings.json` to
`${FOO:null}` to keep the current behavior.
* The `DB_*` variable substitutions in `settings.json.docker` that previously
defaulted to `null` now default to "undefined".
### Notable enhancements