This is an automated email from the ASF dual-hosted git repository.
machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/develop by this push:
new d3b6d1d17e Ansible: trecx app id for dev amos gateway
d3b6d1d17e is described below
commit d3b6d1d17ea596b87100ecb766b56c95d01b75f9
Author: Marcus Christie <[email protected]>
AuthorDate: Fri Apr 15 13:15:04 2022 -0400
Ansible: trecx app id for dev amos gateway
---
dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git
a/dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml
b/dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml
index e72a04a33a..876fd5025c 100644
--- a/dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml
@@ -66,4 +66,8 @@ portal_email_username: "[email protected]"
portal_email_password: "{{ vault_portal_email_password }}"
portal_server_email: "{{ portal_email_username }}"
portal_title: "Dev AMP Gateway"
+
+django_extra_settings:
+ TRECX:
+ TRECX_APPLICATION_ID: "tRecX_70fc89f8-424f-4495-99e3-f3aa6a75f967"
...