Simplify in-database config docs

Large part of it was no longer true (i.e none of the changes need
recompilation anymore and you can't brick an instance by changing them,
it's not necessary to manually truncate the db manually anymore)
This commit is contained in:
rinpatch 2020-02-06 15:00:33 +03:00
commit 6722dade42
3 changed files with 17 additions and 83 deletions

View file

@ -856,4 +856,5 @@ config :auto_linker,
## :configurable_from_database
Enable/disable configuration from database.
Boolean, enables/disables in-database configuration. Read [Transfering the config to/from the database](../administration/CLI_tasks/config.md) for more information.