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/05 15:31:37 UTC

[airavata] branch master updated: Adding file upload size to futurewater

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 cf3368b  Adding file upload size to futurewater
cf3368b is described below

commit cf3368b34c1fa2f09b629d21c1e6f0e65c7e80de
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Wed Feb 5 10:31:26 2020 -0500

    Adding file upload size to futurewater
---
 .../inventories/scigap/production/host_vars/futurewater/vars.yml        | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/futurewater/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/futurewater/vars.yml
index cf181e9..65fe47d 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/futurewater/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/futurewater/vars.yml
@@ -32,6 +32,8 @@ ssl_certificate_file: "/etc/letsencrypt/live/gateway.futurewater.indiana.edu/cer
 ssl_certificate_chain_file: "/etc/letsencrypt/live/gateway.futurewater.indiana.edu/fullchain.pem"
 ssl_certificate_key_file: "/etc/letsencrypt/live/gateway.futurewater.indiana.edu/privkey.pem"
 
+django_file_upload_max_file_size_mb: 6000
+
 ## Keycloak related variables
 tenant_domain: "pfec-hydro"
 oauth_client_key: "{{ vault_oauth_client_key }}"