This is an automated email from the ASF dual-hosted git repository.

eroma pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/master by this push:
     new 238b9d1ab5 Changed the uploading file size in enveomics gateway
238b9d1ab5 is described below

commit 238b9d1ab54a3da9a105b35844fe874d902439e1
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"

Reply via email to