X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=CONFIGURATION.md;h=e1436491287b962583f43d88667680e6fa8d0283;hb=08fc1ba382bae357f9b3bacdc692df84b55403a4;hp=ead5cd934aeeaf25a612302a6cd60bb7553e9de1;hpb=837792b015331f13f4aef30e8db32a41549a9597;p=akkoma diff --git a/CONFIGURATION.md b/CONFIGURATION.md index ead5cd934..e14364912 100644 --- a/CONFIGURATION.md +++ b/CONFIGURATION.md @@ -5,9 +5,9 @@ In the `config/` directory, you will find the following relevant files: * `dev.exs`: default additional configuration for `MIX_ENV=dev` * `prod.exs`: default additional configuration for `MIX_ENV=prod` -Additionally, you can overload options in the following files: -* `dev.secret.exs`: additional custom configuration for `MIX_ENV=dev` -* `prod.secret.exs`: additional custom configuration for `MIX_ENV=prod` +You can overload options in the following files: +* `dev.secret.exs`: custom additional configuration for `MIX_ENV=dev` +* `prod.secret.exs`: custom additional configuration for `MIX_ENV=prod` ## Message Rewrite Filters (MRFs) @@ -35,7 +35,7 @@ Drops all posts. It generally does not make sense to use this in production. ### SimplePolicy -Versatile policy for applying effects to posts from certain instances. +Restricts the visibility of posts from certain instances. config :pleroma, :mrf_simple, media_removal: [],