update file upload limit

This commit is contained in:
red 2025-03-12 15:31:14 -04:00
parent 665897a9db
commit 64664df6b7
2 changed files with 3 additions and 0 deletions

View file

@ -16,6 +16,7 @@ config :pleroma, :instance,
email: System.get_env("ADMIN_EMAIL"),
notify_email: System.get_env("NOTIFY_EMAIL"),
limit: 5000,
upload_limit: 67_108_864,
registrations_open: false,
invites_enabled: true,
healthcheck: true