update file upload limit
This commit is contained in:
parent
665897a9db
commit
64664df6b7
2 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue