X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=CONFIGURATION.md;h=e1436491287b962583f43d88667680e6fa8d0283;hb=08fc1ba382bae357f9b3bacdc692df84b55403a4;hp=95eb2cab59cf8104eab034d00678a8f7c80beb60;hpb=01b2dc19cc94ee0e81b7595cc06d92e31253c271;p=akkoma diff --git a/CONFIGURATION.md b/CONFIGURATION.md index 95eb2cab5..e14364912 100644 --- a/CONFIGURATION.md +++ b/CONFIGURATION.md @@ -5,7 +5,7 @@ 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: +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` @@ -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: [],