You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by er...@apache.org on 2020/10/06 17:10:55 UTC

[airavata] 03/03: increased file size for PACE gateway

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

commit a8055d324b9156de43831f639f91fae257ed9462
Author: eroma2014 <er...@gmail.com>
AuthorDate: Tue Oct 6 13:10:37 2020 -0400

    increased file size for PACE gateway
---
 .../inventories/scigap/production/host_vars/pace-gatech/vars.yml        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/pace-gatech/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/pace-gatech/vars.yml
index 9f3bcaa..cd20eb6 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/pace-gatech/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/pace-gatech/vars.yml
@@ -27,7 +27,7 @@ ssl_certificate_file: "/etc/letsencrypt/live/gateway.hive.pace.gatech.edu/cert.p
 ssl_certificate_chain_file: "/etc/letsencrypt/live/gateway.hive.pace.gatech.edu/fullchain.pem"
 ssl_certificate_key_file: "/etc/letsencrypt/live/gateway.hive.pace.gatech.edu/privkey.pem"
 
-django_file_upload_max_file_size_mb: 2000
+django_file_upload_max_file_size_mb: 1000
 
 ## Keycloak related variables
 tenant_domain: "pace-gatech"