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:53 UTC

[airavata] 01/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 e16269b06e7c3243af9219e09031fb61baf8a917
Author: eroma2014 <er...@gmail.com>
AuthorDate: Mon Oct 5 12:53:04 2020 -0400

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

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 eeb09e1..9f3bcaa 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,6 +27,8 @@ 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
+
 ## Keycloak related variables
 tenant_domain: "pace-gatech"
 oauth_client_key: "{{ vault_oauth_client_key }}"