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 c2168cee83 Updating EHT Gateway with increased file upload size
c2168cee83 is described below
commit c2168cee83aecd29b81e4aaab49720255d4d159a
Author: eroma2014 <[email protected]>
AuthorDate: Thu Sep 1 12:09:17 2022 -0400
Updating EHT Gateway with increased file upload size
---
.../inventories/scigap/production/host_vars/ehtgateway/vars.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 670e00b692..d51ed6cda4 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,8 +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
+# Increase max upload size to 500MB
+django_file_upload_max_file_size_mb: 500
## Keycloak related variables
tenant_domain: "ehtgateway"