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 789991c Adding google analytics to geo gateway
789991c is described below
commit 789991c56d9a333d52f382814a2de350864640e4
Author: eroma2014 <[email protected]>
AuthorDate: Wed Dec 16 13:39:41 2020 -0500
Adding google analytics to geo gateway
---
dev-tools/ansible/inventories/scigap/production/host_vars/geo/vars.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dev-tools/ansible/inventories/scigap/production/host_vars/geo/vars.yml
b/dev-tools/ansible/inventories/scigap/production/host_vars/geo/vars.yml
index 5877e19..22069a1 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/geo/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/geo/vars.yml
@@ -56,5 +56,5 @@ gateway_data_store_ssh_public_key: "ssh-rsa
AAAAB3NzaC1yc2EAAAADAQABAAABAQCZyps8
admin_emails: "[('CIRC', '[email protected]')]"
portal_title: "Geo Gateway"
-#django_google_analytics_tracking_id: "UA-178055994-1"
+django_google_analytics_tracking_id: "UA-66348921-1"
...