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/04/07 21:18:54 UTC

[airavata] branch mft-integration updated: increased the input file size for testing.seagrid

This is an automated email from the ASF dual-hosted git repository.

eroma pushed a commit to branch mft-integration
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/mft-integration by this push:
     new 0918cad  increased the input file size for testing.seagrid
0918cad is described below

commit 0918cad05ebe7dd9e102a37f82e274e5906ea98e
Author: eroma2014 <er...@gmail.com>
AuthorDate: Tue Apr 7 17:18:38 2020 -0400

    increased the input file size for testing.seagrid
---
 dev-tools/ansible/inventories/scigap/testing/host_vars/seagrid/vars.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-tools/ansible/inventories/scigap/testing/host_vars/seagrid/vars.yml b/dev-tools/ansible/inventories/scigap/testing/host_vars/seagrid/vars.yml
index e7a35e0..034ebb7 100644
--- a/dev-tools/ansible/inventories/scigap/testing/host_vars/seagrid/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/testing/host_vars/seagrid/vars.yml
@@ -25,6 +25,7 @@ ssl_certificate_file: "/etc/letsencrypt/live/testing.seagrid.org/cert.pem"
 ssl_certificate_chain_file: "/etc/letsencrypt/live/testing.seagrid.org/fullchain.pem"
 ssl_certificate_key_file: "/etc/letsencrypt/live/testing.seagrid.org/privkey.pem"
 
+django_file_upload_max_file_size_mb: 10000
 ## Keycloak related variables
 tenant_domain: "seagrid"
 oauth_client_key: "{{ vault_oauth_client_key }}"