aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-02-06 15:00:33 +0300
committerrinpatch <rinpatch@sdf.org>2020-02-06 15:00:33 +0300
commit6722dade42d5f404c00386b0336d821028d58d7c (patch)
tree3f8972d7a4d9d797702f0f01eabf165042ef2ca4 /docs/configuration
parenta56db789359c7c7d57b45e6c68f791eeadc171e4 (diff)
downloadpleroma-6722dade42d5f404c00386b0336d821028d58d7c.tar.gz
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')
-rw-r--r--docs/configuration/cheatsheet.md3
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.