projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
114e7b7
)
Add missing invites_enabled and account_activation_required settings
author
Mark Felder
<feld@FreeBSD.org>
Sat, 22 Feb 2020 15:29:05 +0000
(09:29 -0600)
committer
Mark Felder
<feld@FreeBSD.org>
Sat, 22 Feb 2020 15:29:05 +0000
(09:29 -0600)
config/config.exs
patch
|
blob
|
history
diff --git
a/config/config.exs
b/config/config.exs
index 641b2c8673dfd56ef854d71a6e5e02d26c93ceda..42e2d06a84e0e14a6752e59c115b643e5c5cf566 100644
(file)
--- a/
config/config.exs
+++ b/
config/config.exs
@@
-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,