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 6cd3fb4eda Updating EHT Gateway with increased file upload size
6cd3fb4eda is described below

commit 6cd3fb4eda3399dc7b8825289867e896553a315e
Author: eroma2014 <[email protected]>
AuthorDate: Thu Sep 1 12:08:34 2022 -0400

    Updating EHT Gateway with increased file upload size
---
 .../ansible/inventories/scigap/production/host_vars/ehtgateway/vars.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/dev-tools/ansible/inventories/scigap/production/host_vars/ehtgateway/vars.yml 
b/dev-tools/ansible/inventories/scigap/production/host_vars/ehtgateway/vars.yml
index 55c80f18ab..670e00b692 100644
--- 
a/dev-tools/ansible/inventories/scigap/production/host_vars/ehtgateway/vars.yml
+++ 
b/dev-tools/ansible/inventories/scigap/production/host_vars/ehtgateway/vars.yml
@@ -28,6 +28,8 @@ ssl_certificate_file: 
"/etc/letsencrypt/live/eht.scigap.org/cert.pem"
 ssl_certificate_chain_file: 
"/etc/letsencrypt/live/eht.scigap.org/fullchain.pem"
 ssl_certificate_key_file: "/etc/letsencrypt/live/eht.scigap.org/privkey.pem"
 
+# Increase max upload size to 1GB
+django_file_upload_max_file_size_mb: 1024
 
 ## Keycloak related variables
 tenant_domain: "ehtgateway"

Reply via email to