This is an automated email from the ASF dual-hosted git repository.
eroma pushed a commit to branch RPID+SEAGrid
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/RPID+SEAGrid by this push:
new 666ba40 Committing changes to RPID+SEAGrid gateway
666ba40 is described below
commit 666ba4080d1948c6d0ada30f99bf6fa9cfc797cc
Author: Eroma Abeysinghe <[email protected]>
AuthorDate: Thu Jan 30 15:31:10 2020 -0500
Committing changes to RPID+SEAGrid gateway
---
.../ansible/inventories/scigap/RPID+SEAGrid/group_vars/django/vars.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/dev-tools/ansible/inventories/scigap/RPID+SEAGrid/group_vars/django/vars.yml
b/dev-tools/ansible/inventories/scigap/RPID+SEAGrid/group_vars/django/vars.yml
index c11c0ac..136421b 100644
---
a/dev-tools/ansible/inventories/scigap/RPID+SEAGrid/group_vars/django/vars.yml
+++
b/dev-tools/ansible/inventories/scigap/RPID+SEAGrid/group_vars/django/vars.yml
@@ -27,7 +27,8 @@ django_wsgi_processes: 2
doc_root_dir: "/var/www/portals/django-{{gateway_id}}"
admin_emails: "[('SGRC Group', '[email protected]')]"
django_error_emails: "[('Marcus Christie', '[email protected]'), ('Eroma
Abeysinghe', '[email protected]')]"
-django_database_name: "django_{{ gateway_id }}"
+django_database_name: "django_{{ inventory_hostname }}"
+db_server: "localhost"
django_hidden_airavata_apps: "['django_airavata_dataparsers']"
django_tus_endpoint: "https://tus.dev.scigap.org/files/"
airavata_django_git_branch: "RPID+SEAGrid"