Add config migration disclaimer to config whitelist documentation

This commit is contained in:
Stephanie Wilde-Hobbs 2020-05-14 15:56:14 +01:00
parent 3eff542678
commit 80308c5c26
No known key found for this signature in database
GPG key ID: CEF2BBFE18BD0E67

View file

@ -913,7 +913,10 @@ Boolean, enables/disables in-database configuration. Read [Transfering the confi
## :database_config_whitelist
List of valid configuration sections which are allowed to be configured from the database.
List of valid configuration sections which are allowed to be configured from the
database. Settings stored in the database before the whitelist is configured are
still applied, so it is suggested to only use the whitelist on instances that
have not migrated the config to the database.
Example:
```elixir