You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by er...@apache.org on 2020/09/15 05:44:50 UTC

[airavata] branch master updated: Added google analytics tracking ID to BCB gateway

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 5536d04  Added google analytics tracking ID to BCB gateway
5536d04 is described below

commit 5536d047be5829f7cfa97f967f0ad5e0c7b34c5a
Author: eroma2014 <er...@gmail.com>
AuthorDate: Tue Sep 15 01:42:38 2020 -0400

    Added google analytics tracking ID to BCB gateway
---
 .../ansible/inventories/scigap/production/host_vars/bcbportal/vars.yml  | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/bcbportal/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/bcbportal/vars.yml
index 89ee503..0d5ad5d 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/bcbportal/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/bcbportal/vars.yml
@@ -47,4 +47,6 @@ gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1WOyu
 admin_emails: "[('SGRC', 'sgrc-iu-group@iu.edu')]"
 portal_title: "BCB Gateway"
 
+django_google_analytics_tracking_id: "UA-178055397-1"
+
 ...