summaryrefslogtreecommitdiff
path: root/config/config.exs
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2019-08-07 18:14:22 +0700
committerEgor Kislitsyn <egor@kislitsyn.com>2019-08-14 14:58:06 +0700
commite457fcc47971df6c76c3da096e6b45c2972e4029 (patch)
treec0bc15422680b71c08ee62388bf8c7156ed38371 /config/config.exs
parentf7bbf99caade7f06756e95e3a4e2f0e4d3e76579 (diff)
downloadpleroma-e457fcc47971df6c76c3da096e6b45c2972e4029.tar.gz
pleroma-e457fcc47971df6c76c3da096e6b45c2972e4029.zip
Add `:max_remote_account_fields` config option
Diffstat (limited to 'config/config.exs')
-rw-r--r--config/config.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs
index 4fd241e90..3937f7e70 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -256,6 +256,7 @@ config :pleroma, :instance,
user_bio_length: 5000,
user_name_length: 100,
max_account_fields: 4,
+ max_remote_account_fields: 10,
account_field_name_length: 255,
account_field_value_length: 255,
external_user_synchronization: true