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/06/30 17:57:26 UTC

[airavata] branch master updated: Changed the max file size for Delta 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


The following commit(s) were added to refs/heads/master by this push:
     new d45c557  Changed the max file size for Delta gateway
d45c557 is described below

commit d45c557b13cc0e6c2f1e109e771e36856d7a091f
Author: eroma2014 <er...@gmail.com>
AuthorDate: Tue Jun 30 13:57:12 2020 -0400

    Changed the max file size for Delta gateway
---
 .../ansible/inventories/scigap/production/host_vars/delta/vars.yml      | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/delta/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/delta/vars.yml
index 2027781..8513d07 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/delta/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/delta/vars.yml
@@ -33,6 +33,8 @@ ssl_certificate_file: "/etc/letsencrypt/live/delta-topology.org/cert.pem"
 ssl_certificate_chain_file: "/etc/letsencrypt/live/delta-topology.org/fullchain.pem"
 ssl_certificate_key_file: "/etc/letsencrypt/live/delta-topology.org/privkey.pem"
 
+django_file_upload_max_file_size_mb: 10000
+
 ## Keycloak related variables
 tenant_domain: "delta"
 oauth_client_key: "{{ vault_oauth_client_key }}"