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 <[email protected]>
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', '[email protected]'),('Muhammad
Haseeb','[email protected]'),('Fahad Saeed','[email protected]')]"
portal_title: "HICOPS Portal"
-#django_google_analytics_tracking_id: "UA-66348921-1"
+django_google_analytics_tracking_id: "UA-193861714-1"
...