mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-09 00:15:13 -04:00
Settings: Deprecate null as the default default value
This commit is contained in:
parent
aa221698c8
commit
428f8d1684
4 changed files with 12 additions and 3 deletions
|
@ -23,6 +23,9 @@
|
|||
`"${UNSET_VAR:undefined}"`), the setting is now removed instead of set to
|
||||
the string "undefined". It is no longer possible to produce the string
|
||||
"undefined" via environment variable substitution.
|
||||
* 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.
|
||||
|
||||
### Notable enhancements
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue