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/14 20:11:36 UTC

[airavata] branch master updated: Added google analytics tracking ID to Distant reader 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 3ccd513  Added google analytics tracking ID to Distant reader gateway
3ccd513 is described below

commit 3ccd5131eef287c4e5c664662253088fc3999158
Author: eroma2014 <er...@gmail.com>
AuthorDate: Mon Sep 14 16:11:20 2020 -0400

    Added google analytics tracking ID to Distant reader gateway
---
 .../inventories/scigap/production/host_vars/distantreader/vars.yml       | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/distantreader/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/distantreader/vars.yml
index 84c9bdf..3732154 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/distantreader/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/distantreader/vars.yml
@@ -48,4 +48,5 @@ gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCCgAWz
 admin_emails: "[('SGRC', 'sgrc-iu-group@iu.edu'), ('Eric Morgan','emorgan@nd.edu')]"
 portal_title: "Distant Reader Portal"
 
+django_google_analytics_tracking_id: "UA-177994029-1"
 ...