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 244a1fa235 Ansible: smiles django app config
244a1fa235 is described below
commit 244a1fa23534956317dc39cabfae45543a1eec88
Author: Marcus Christie <[email protected]>
AuthorDate: Thu Jun 29 13:23:20 2023 -0400
Ansible: smiles django app config
---
.../inventories/scigap/production/host_vars/smiles/vars.yml | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git
a/dev-tools/ansible/inventories/scigap/production/host_vars/smiles/vars.yml
b/dev-tools/ansible/inventories/scigap/production/host_vars/smiles/vars.yml
index a36d4baa27..7fb44e451e 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/smiles/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/smiles/vars.yml
@@ -33,8 +33,16 @@ ssl_certificate_file: "/etc/letsencrypt/live/{{
vhost_servername }}/cert.pem"
ssl_certificate_chain_file: "/etc/letsencrypt/live/{{ vhost_servername
}}/fullchain.pem"
ssl_certificate_key_file: "/etc/letsencrypt/live/{{ vhost_servername
}}/privkey.pem"
-# Increase max upload size to 200MB
-django_file_upload_max_file_size_mb: 200
+airavata_django_extra_dependencies:
+ - name:
"git+https://github.com/SciGaP/smiles-django-portal.git#egg=smiles-django-portal"
+ editable: true
+
+# Increase max upload size to 2GB
+django_file_upload_max_file_size_mb: 2000
+
+django_extra_settings:
+ CELERY_BROKER_URL: "redis://localhost:6379"
+ CELERY_RESULT_BACKEND: "redis://localhost:6379"
## Keycloak related variables
tenant_domain: "smiles"