This commit is contained in:
Henry Jameson 2019-04-28 18:31:37 +03:00
commit 232dd79341
2 changed files with 112 additions and 84 deletions

View file

@ -205,7 +205,7 @@ config :pleroma, :instance,
description: "SigSegV, a pleroma instance",
limit: 5_000,
remote_limit: 100_000,
upload_limit: 50_000_000,
upload_limit: 200_000_000,
avatar_upload_limit: 2_000_000,
background_upload_limit: 4_000_000,
banner_upload_limit: 4_000_000,
@ -223,7 +223,7 @@ config :pleroma, :instance,
managed_config: true,
static_dir: "instance/static/",
allowed_post_formats: [
"text/plain"
"text/plain",
"text/bbcode"
],
mrf_transparency: true,