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/02/10 15:20:05 UTC

[airavata] branch master updated: Changing uploading fie size in toppic 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 5ea7267  Changing uploading fie size in toppic gateway
5ea7267 is described below

commit 5ea7267b2ae02e3600344a59d836bca7dd92e7ef
Author: eroma2014 <er...@gmail.com>
AuthorDate: Mon Feb 10 10:19:48 2020 -0500

    Changing uploading fie size in toppic gateway
---
 .../ansible/inventories/scigap/production/host_vars/toppic/vars.yml     | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/toppic/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/toppic/vars.yml
index 74beace..888b65a 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/toppic/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/toppic/vars.yml
@@ -27,6 +27,8 @@ ssl_certificate_file: "/etc/letsencrypt/live/toppic.sciencegateways.iu.edu/cert.
 ssl_certificate_chain_file: "/etc/letsencrypt/live/toppic.sciencegateways.iu.edu/fullchain.pem"
 ssl_certificate_key_file: "/etc/letsencrypt/live/toppic.sciencegateways.iu.edu/privkey.pem"
 
+django_file_upload_max_file_size_mb: 2500
+
 ## Keycloak related variables
 tenant_domain: "toppic"
 oauth_client_key: "{{ vault_oauth_client_key }}"