config: make the upload limit configurable

This commit is contained in:
William Pitcock 2018-03-31 23:43:03 +00:00
commit 4bf86d4cf5
2 changed files with 3 additions and 1 deletions

View file

@ -49,6 +49,7 @@ config :pleroma, :instance,
name: "Pleroma",
email: "example@example.com",
limit: 5000,
upload_limit: 16_000_000,
registrations_open: true,
federating: true