projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3eff542
)
Add config migration disclaimer to config whitelist documentation
author
Stephanie Wilde-Hobbs
<steph@rx14.co.uk>
Thu, 14 May 2020 14:56:14 +0000
(15:56 +0100)
committer
Stephanie Wilde-Hobbs
<steph@rx14.co.uk>
Thu, 14 May 2020 14:56:14 +0000
(15:56 +0100)
docs/configuration/cheatsheet.md
patch
|
blob
|
history
diff --git
a/docs/configuration/cheatsheet.md
b/docs/configuration/cheatsheet.md
index f0ecebc99c5000932b7f8e091dabbdc559a5d41a..1078c4e8769a46f71b3a3528e1fd6f79ed53b767 100644
(file)
--- 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