aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRin Toshaka <rinpatch@sdf.org>2018-12-09 11:09:21 +0100
committerRin Toshaka <rinpatch@sdf.org>2018-12-09 11:09:21 +0100
commit100a06afe1151cad880a611dfa48700d2aaf8f6a (patch)
tree49e7617062647ea69b638f6e384e6008aa7aab1d
parent8764f646900f577add5cc606b433870633b2e4d5 (diff)
downloadpleroma-100a06afe1151cad880a611dfa48700d2aaf8f6a.tar.gz
config.md: Fix typos and add option description
-rw-r--r--config/config.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/config.md b/config/config.md
index d90d18566..61c0ce1ea 100644
--- a/config/config.md
+++ b/config/config.md
@@ -30,9 +30,9 @@ Note: `strip_exif` has been replaced by `Pleroma.Upload.Filter.Mogrify`.
* `upload_limit`: File size limit of uploads (except for avatar, background, banner)
* `avatar_upload_limit`: File size limit of user’s profile avatars
* `background_upload_limit`: File size limit of user’s profile backgrounds
-* `banner_upload_limit`: File size limit of user’s profile backgrounds
-* `registerations_open`: Enable registerations for anyone, invitations can be used when false.
-* `federating`
+* `banner_upload_limit`: File size limit of user’s profile banners
+* `registrations_open`: Enable registrations for anyone, invitations can be used when false.
+* `federating`: Enable federation with other instances
* `allow_relay`: Enable Pleroma’s Relay, which makes it possible to follow a whole instance
* `rewrite_policy`: Message Rewrite Policy, either one or a list. Here are the ones available by default:
* `Pleroma.Web.ActivityPub.MRF.NoOpPolicy`: Doesn’t modify activities (default)