mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Increase default upload size
This commit is contained in:
parent
53640f17e7
commit
8399b817de
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ report_stats="false"
|
|||
e2e_enabled_by_default="off"
|
||||
allow_public_rooms_without_auth="false"
|
||||
allow_public_rooms_over_federation="false"
|
||||
max_upload_size="10M"
|
||||
max_upload_size="50M"
|
||||
disable_msisdn_registration="true"
|
||||
registrations_require_3pid="none"
|
||||
allowed_local_3pids_email=""
|
||||
|
|
|
@ -111,7 +111,7 @@ then
|
|||
fi
|
||||
if [ -z "$max_upload_size" ]
|
||||
then
|
||||
max_upload_size="10M"
|
||||
max_upload_size="50M"
|
||||
ynh_app_setting_set --app=$app --key=max_upload_size --value=$max_upload_size
|
||||
fi
|
||||
if [ -z "$disable_msisdn_registration" ]
|
||||
|
|
Loading…
Reference in a new issue