diff options
author | Mark Felder <feld@FreeBSD.org> | 2019-06-03 15:29:53 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2019-06-03 15:29:53 -0500 |
commit | 6ef145b4fc3f2ddb5865e84039c3b56656529711 (patch) | |
tree | a10cab9e7561bdaa76777cfc6d0c3c6fe1f8189b /docs/config.md | |
parent | 5cee2fe9fea4f0c98acd49a2a288ecd44bce3d1f (diff) | |
parent | 662e95e9484a46bfc72c2edc305aefae99ff68b0 (diff) | |
download | pleroma-6ef145b4fc3f2ddb5865e84039c3b56656529711.tar.gz |
Merge branch 'develop' into feature/digest-email
Diffstat (limited to 'docs/config.md')
-rw-r--r-- | docs/config.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md index 9b2ae1654..fa3547f2a 100644 --- a/docs/config.md +++ b/docs/config.md @@ -71,6 +71,11 @@ config :pleroma, Pleroma.Emails.Mailer, * `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 banners +* `poll_limits`: A map with poll limits for **local** polls + * `max_options`: Maximum number of options + * `max_option_chars`: Maximum number of characters per option + * `min_expiration`: Minimum expiration time (in seconds) + * `max_expiration`: Maximum expiration time (in seconds) * `registrations_open`: Enable registrations for anyone, invitations can be enabled when false. * `invites_enabled`: Enable user invitations for admins (depends on `registrations_open: false`). * `account_activation_required`: Require users to confirm their emails before signing in. |