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 145a4c8437 Increased the size of uploading files for MIGA gateway
145a4c8437 is described below
commit 145a4c8437058cafc63e8a4915aeebfb237aa6f1
Author: eroma2014 <[email protected]>
AuthorDate: Thu May 12 15:42:39 2022 -0400
Increased the size of uploading files for MIGA gateway
---
.../inventories/scigap/production/host_vars/microbial-genomes/vars.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/dev-tools/ansible/inventories/scigap/production/host_vars/microbial-genomes/vars.yml
b/dev-tools/ansible/inventories/scigap/production/host_vars/microbial-genomes/vars.yml
index 0e2c1d6891..7ee86dc363 100644
---
a/dev-tools/ansible/inventories/scigap/production/host_vars/microbial-genomes/vars.yml
+++
b/dev-tools/ansible/inventories/scigap/production/host_vars/microbial-genomes/vars.yml
@@ -30,6 +30,8 @@ ssl_certificate_file:
"/etc/letsencrypt/live/xsede.microbial-genomes.org/cert.pe
ssl_certificate_chain_file:
"/etc/letsencrypt/live/xsede.microbial-genomes.org/fullchain.pem"
ssl_certificate_key_file:
"/etc/letsencrypt/live/xsede.microbial-genomes.org/privkey.pem"
+django_file_upload_max_file_size_mb: 10000
+
## Keycloak related variables
tenant_domain: "microbial-genomes"
oauth_client_key: "{{ vault_oauth_client_key }}"