config.md: Fix typos and add option description
authorRin Toshaka <rinpatch@sdf.org>
Sun, 9 Dec 2018 10:09:21 +0000 (11:09 +0100)
committerRin Toshaka <rinpatch@sdf.org>
Sun, 9 Dec 2018 10:09:21 +0000 (11:09 +0100)
config/config.md

index d90d18566308ecb9268cacc0e1d8b269649fee0d..61c0ce1eaf86cc7f722c86562032f00b9d4296d3 100644 (file)
@@ -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)