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 19:58:39 UTC

[airavata] branch master updated: Added google analytics tracking ID to AMP 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 5258ddc  Added google analytics tracking ID to AMP gateway
5258ddc is described below

commit 5258ddcae0eb1c433a03fe0bebc988f55cbb0410
Author: eroma2014 <er...@gmail.com>
AuthorDate: Mon Sep 14 15:56:10 2020 -0400

    Added google analytics tracking ID to AMP gateway
---
 .../ansible/inventories/scigap/production/host_vars/ampgateway/vars.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/ampgateway/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/ampgateway/vars.yml
index 89b25e5..e4b9e01 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/ampgateway/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/ampgateway/vars.yml
@@ -48,4 +48,6 @@ gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAfFAd
 admin_emails: "[('SGRC', 'sgrc-iu-group@iu.edu'), ('Barry Schneider', '	bis@nist.gov')]"
 portal_title: "Atomic and Molecular Physics and Optics Gateway"
 
+django_google_analytics_tracking_id: "UA-177950242-1"
+
 ...