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:48:59 UTC

[airavata] branch master updated: Added google analytics tracking ID to DELTA 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 1d6f0e1  Added google analytics tracking ID to DELTA gateway
1d6f0e1 is described below

commit 1d6f0e12b5c0096cbcb1a5724ec1a2035d216dd3
Author: eroma2014 <er...@gmail.com>
AuthorDate: Tue Sep 15 01:48:45 2020 -0400

    Added google analytics tracking ID to DELTA gateway
---
 dev-tools/ansible/inventories/scigap/production/host_vars/delta/vars.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/delta/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/delta/vars.yml
index 8513d07..46a09d8 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/delta/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/delta/vars.yml
@@ -55,4 +55,5 @@ gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCLjM9L
 admin_emails: "[('SGRC', 'sgrc-iu-group@iu.edu'),('Aurora Clark','auclark@wsu.edu'),('Sudhakar Pamidighantam','pamidigs@iu.edu')]"
 portal_title: "DELTA Gateway"
 
+django_google_analytics_tracking_id: "UA-178024455-1"
 ...