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 2021/04/07 14:38:53 UTC

[airavata] branch master updated: Adding googleanalytics to HICOPS 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 ccfeb35  Adding googleanalytics to HICOPS gateway
     new d592ea0  Merge branch 'master' of github.com:apache/airavata
ccfeb35 is described below

commit ccfeb356541985561df62be6906e6a1058424844
Author: eroma2014 <er...@gmail.com>
AuthorDate: Wed Apr 7 10:36:11 2021 -0400

    Adding googleanalytics to HICOPS gateway
---
 .../inventories/scigap/production/host_vars/hicops-deepsnap/vars.yml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/hicops-deepsnap/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/hicops-deepsnap/vars.yml
index 180e6dc..26122f9 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/hicops-deepsnap/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/hicops-deepsnap/vars.yml
@@ -50,5 +50,5 @@ gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCnwOfv
 admin_emails: "[('CIRC', 'circ-iu-group@iu.edu'),('Muhammad Haseeb','mhaseeb@fiu.edu'),('Fahad Saeed','fsaeed@fiu.edu')]"
 portal_title: "HICOPS Portal"
 
-#django_google_analytics_tracking_id: "UA-66348921-1"
+django_google_analytics_tracking_id: "UA-193861714-1"
 ...