Add configurable account field value length limit
[akkoma] / config / config.exs
index 17799af59a118a8a62ac34c1475dd78a2d879381..21f4861f2e6b15d0315be62c22870153b5aaccb7 100644 (file)
@@ -253,6 +253,10 @@ 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,
+  account_field_value_length: 255,
   external_user_synchronization: true
 
 config :pleroma, :markup,