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 06:19:05 UTC

[airavata] branch master updated: Added google analytics tracking ID to Search SRA 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 549ed51  Added google analytics tracking ID to Search SRA gateway
549ed51 is described below

commit 549ed5134fbc188dafb15633eb99a6c880ad8e2f
Author: eroma2014 <er...@gmail.com>
AuthorDate: Tue Sep 15 02:18:52 2020 -0400

    Added google analytics tracking ID to Search SRA gateway
---
 .../ansible/inventories/scigap/production/host_vars/searchsra/vars.yml   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/searchsra/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/searchsra/vars.yml
index 1d42bfa..c6ad060 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/searchsra/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/searchsra/vars.yml
@@ -48,4 +48,5 @@ gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCx981D
 admin_emails: "[('SGRC', 'sgrc-iu-group@iu.edu'), ('Robert Edwards', 'raedwards@gmail.com'),('Robert Edwards', 'redwards@sdsu.edu'), ('Mats Rynge','rynge@isi.edu'), ('Eroma Abeysinghe', 'eabeysin@iu.edu')]"
 portal_title: "Search-SRA Portal"
 
+django_google_analytics_tracking_id: "UA-177998970-1"
 ...