diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-01-10 19:34:19 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-01-10 19:34:19 +0300 |
commit | 7d128ca2083d83486a05d8c4456aa4090006e781 (patch) | |
tree | 5c4c7e9f918de6d8140c1d137ce62eee5969a349 /docs/configuration/cheatsheet.md | |
parent | 958d0452e4e52f44301e4d9211fc965c1c184363 (diff) | |
download | pleroma-7d128ca2083d83486a05d8c4456aa4090006e781.tar.gz |
dynamic_configuration renaming
and moving it from instance settings
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r-- | docs/configuration/cheatsheet.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 336fd3e11..30d673eba 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -70,11 +70,6 @@ You shouldn't edit the base config directly to avoid breakages and merge conflic * `account_field_value_length`: An account field value maximum length (default: `2048`). * `external_user_synchronization`: Enabling following/followers counters synchronization for external users. -!!! danger - This is a Work In Progress, not usable just yet - -* `dynamic_configuration`: Allow transferring configuration to DB with the subsequent customization from Admin api. - ## Federation ### MRF policies @@ -841,3 +836,7 @@ config :auto_linker, ## Custom Runtime Modules (`:modules`) * `runtime_dir`: A path to custom Elixir modules (such as MRF policies). + + +## :configurable_from_database +Enable/disable configuration from database. |