diff options
author | Stephanie Wilde-Hobbs <steph@rx14.co.uk> | 2020-05-14 15:56:14 +0100 |
---|---|---|
committer | Stephanie Wilde-Hobbs <steph@rx14.co.uk> | 2020-05-14 15:56:14 +0100 |
commit | 80308c5c262662084dc89de05e976e7166cbb304 (patch) | |
tree | 9cff0aa03f4a361a02d5a45678d08374b06be565 /docs/configuration/cheatsheet.md | |
parent | 3eff54267837a2c6fd65f8600643cb9f0cd5b972 (diff) | |
download | pleroma-80308c5c262662084dc89de05e976e7166cbb304.tar.gz pleroma-80308c5c262662084dc89de05e976e7166cbb304.zip |
Add config migration disclaimer to config whitelist documentation
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r-- | docs/configuration/cheatsheet.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index f0ecebc99..1078c4e87 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -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 |