Add custom profile fields
[akkoma] / config / config.exs
index bf497031408fd52b33c964801e000855a8e5e1a0..109cf6516cded5ddac9ec8b981a3116f1d8aa440 100644 (file)
@@ -253,6 +253,9 @@ config :pleroma, :instance,
   skip_thread_containment: true,
   limit_to_local_content: :unauthenticated,
   dynamic_configuration: false,
+  user_bio_length: 5000,
+  user_name_length: 100,
+  max_account_fields: 4,
   external_user_synchronization: true
 
 config :pleroma, :markup,
@@ -336,6 +339,10 @@ config :pleroma, :mrf_keyword,
 
 config :pleroma, :mrf_subchain, match_actor: %{}
 
+config :pleroma, :mrf_vocabulary,
+  accept: [],
+  reject: []
+
 config :pleroma, :rich_media,
   enabled: true,
   ignore_hosts: [],