activitypub: upload: pass through an upload limit if one is provided
This commit is contained in:
parent
fa483cd7c2
commit
167d3789a5
2 changed files with 9 additions and 3 deletions
|
|
@ -84,6 +84,9 @@ config :pleroma, :instance,
|
|||
description: "A Pleroma instance, an alternative fediverse server",
|
||||
limit: 5000,
|
||||
upload_limit: 16_000_000,
|
||||
avatar_upload_limit: 2_000_000,
|
||||
background_upload_limit: 4_000_000,
|
||||
banner_upload_limit: 4_000_000,
|
||||
registrations_open: true,
|
||||
federating: true,
|
||||
allow_relay: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue