forked from AkkomaGang/akkoma
Add missing invites_enabled and account_activation_required settings
This commit is contained in:
parent
114e7b764e
commit
9fe60c3b9c
1 changed files with 2 additions and 0 deletions
|
@ -219,6 +219,8 @@
|
||||||
max_expiration: 365 * 24 * 60 * 60
|
max_expiration: 365 * 24 * 60 * 60
|
||||||
},
|
},
|
||||||
registrations_open: true,
|
registrations_open: true,
|
||||||
|
invites_enabled: false,
|
||||||
|
account_activation_required: false,
|
||||||
federating: true,
|
federating: true,
|
||||||
federation_incoming_replies_max_depth: 100,
|
federation_incoming_replies_max_depth: 100,
|
||||||
federation_reachability_timeout_days: 7,
|
federation_reachability_timeout_days: 7,
|
||||||
|
|
Loading…
Reference in a new issue