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 2018/11/28 18:15:24 UTC

[airavata] branch master updated: Added google analytics to NextTDB 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 8b9a7ff  Added google analytics to NextTDB gateway
8b9a7ff is described below

commit 8b9a7fff4d8efcd3bf515018eaa7293251471a72
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Wed Nov 28 13:15:15 2018 -0500

    Added google analytics to NextTDB gateway
---
 .../ansible/inventories/scigap/production/pga_config/nexttdb/vars.yml    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/nexttdb/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/nexttdb/vars.yml
index f42d0f3..5558a4a 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/nexttdb/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/nexttdb/vars.yml
@@ -62,4 +62,5 @@ portal_email_password: "{{ vault_portal_email_password }}"
 #portal_theme: "gsu-gateway-theme"
 #portal_theme_repo: "https://github.com/SciGaP/gsu-gateway-theme"
 portal_title: "NextGen Thermodynamics Gateway"
+pga_google_analytics_id: "UA-130014168-1"
 ...