This is an automated email from the ASF dual-hosted git repository.
machristie 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 b16a193d27 Ansible: bump bayesprism max upload to 1GB
b16a193d27 is described below
commit b16a193d27f8b22c02147ec788f23d47dc00dfc5
Author: Marcus Christie <[email protected]>
AuthorDate: Mon Aug 15 17:09:43 2022 -0400
Ansible: bump bayesprism max upload to 1GB
---
.../ansible/inventories/scigap/production/host_vars/bayesprism/vars.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/dev-tools/ansible/inventories/scigap/production/host_vars/bayesprism/vars.yml
b/dev-tools/ansible/inventories/scigap/production/host_vars/bayesprism/vars.yml
index f560757b92..265bc689f8 100644
---
a/dev-tools/ansible/inventories/scigap/production/host_vars/bayesprism/vars.yml
+++
b/dev-tools/ansible/inventories/scigap/production/host_vars/bayesprism/vars.yml
@@ -28,6 +28,8 @@ ssl_certificate_file:
"/etc/letsencrypt/live/www.bayesprism.org/cert.pem"
ssl_certificate_chain_file:
"/etc/letsencrypt/live/www.bayesprism.org/fullchain.pem"
ssl_certificate_key_file:
"/etc/letsencrypt/live/www.bayesprism.org/privkey.pem"
+# Increase max upload size to 1GB
+django_file_upload_max_file_size_mb: 1024
## Keycloak related variables
tenant_domain: "bayesprism"