This is an automated email from the ASF dual-hosted git repository. yasith pushed a commit to branch cybershuttle-staging in repository https://gitbox.apache.org/repos/asf/airavata.git
commit f52ab56f6ab442ffd3692c07b10c103a566fa98b Author: Eroma Abeysinghe <[email protected]> AuthorDate: Thu Mar 13 15:01:09 2025 -0400 Changed the uploading file size in enveomics gateway --- .../inventories/scigap/production/host_vars/enveomics/vars.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/enveomics/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/enveomics/vars.yml index 4e02d780ac..8a695557a0 100644 --- a/dev-tools/ansible/inventories/scigap/production/host_vars/enveomics/vars.yml +++ b/dev-tools/ansible/inventories/scigap/production/host_vars/enveomics/vars.yml @@ -29,8 +29,8 @@ ssl_certificate_file: "/etc/letsencrypt/live/{{ vhost_servername }}/cert.pem" ssl_certificate_chain_file: "/etc/letsencrypt/live/{{ vhost_servername }}/fullchain.pem" ssl_certificate_key_file: "/etc/letsencrypt/live/{{ vhost_servername }}/privkey.pem" -# Increase max upload size to 200MB -#django_file_upload_max_file_size_mb: 200 +# Increase max upload size to 10GB +django_file_upload_max_file_size_mb: 10000 ## Keycloak related variables tenant_domain: "enveomics"
