Add missing invites_enabled and account_activation_required settings

This commit is contained in:
Mark Felder 2020-02-22 09:29:05 -06:00
parent 114e7b764e
commit 9fe60c3b9c
1 changed files with 2 additions and 0 deletions

View File

@ -219,6 +219,8 @@ config :pleroma, :instance,
max_expiration: 365 * 24 * 60 * 60
},
registrations_open: true,
invites_enabled: false,
account_activation_required: false,
federating: true,
federation_incoming_replies_max_depth: 100,
federation_reachability_timeout_days: 7,