diff options
author | rinpatch <rinpatch@sdf.org> | 2020-02-06 15:00:33 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-02-06 15:00:33 +0300 |
commit | 6722dade42d5f404c00386b0336d821028d58d7c (patch) | |
tree | 3f8972d7a4d9d797702f0f01eabf165042ef2ca4 /docs/configuration/cheatsheet.md | |
parent | a56db789359c7c7d57b45e6c68f791eeadc171e4 (diff) | |
download | pleroma-6722dade42d5f404c00386b0336d821028d58d7c.tar.gz pleroma-6722dade42d5f404c00386b0336d821028d58d7c.zip |
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)
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r-- | docs/configuration/cheatsheet.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index ed9049a8d..f30aedc01 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -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. |