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/05/14 20:31:08 UTC

[airavata] branch master updated: Adding google analytics ID to the mines 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 7ef3f58  Adding google analytics ID to the mines gateway
7ef3f58 is described below

commit 7ef3f58ca14b3c313ce7feed8c8258f4278020ff
Author: eroma2014 <er...@gmail.com>
AuthorDate: Thu May 14 16:30:53 2020 -0400

    Adding google analytics ID to the mines gateway
---
 dev-tools/ansible/inventories/scigap/production/host_vars/mines/vars.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/mines/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/mines/vars.yml
index f318823..62f6f51 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/mines/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/mines/vars.yml
@@ -45,4 +45,5 @@ gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUEBwf
 admin_emails: "[('SGRC', 'sgrc-iu-group@iu.edu'),('Matthew Jones','matjones@mymail.mines.edu')]"
 portal_title: "Mines Quantum Simulation Gateway"
 
+django_google_analytics_tracking_id: "UA-166738649-1"
 ...