updates
This commit is contained in:
parent
10d743e46a
commit
232dd79341
2 changed files with 112 additions and 84 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue