Commit cde7f2c2a2ab4c950df1cc68de332a5bad993959

Authored by Sergio Oliveira
1 parent bb54d68e

Added google analytics

config/prod/config.yaml
@@ -15,3 +15,4 @@ relay_hostname: relay.softwarepublico.gov.br @@ -15,3 +15,4 @@ relay_hostname: relay.softwarepublico.gov.br
15 relay_ip: 189.9.151.68 15 relay_ip: 189.9.151.68
16 external_outgoing_mail_relay: 189.9.150.53 16 external_outgoing_mail_relay: 189.9.150.53
17 external_outgoing_mail_domain: serpro.gov.br 17 external_outgoing_mail_domain: serpro.gov.br
  18 +google_analytics_id: 'UA-64206731-1'
cookbooks/colab/templates/settings.yaml.erb
@@ -43,3 +43,5 @@ FEEDZILLA_ENABLED: false @@ -43,3 +43,5 @@ FEEDZILLA_ENABLED: false
43 43
44 ## Set URL of Colab home 44 ## Set URL of Colab home
45 COLAB_HOME_URL: '/social' 45 COLAB_HOME_URL: '/social'
  46 +
  47 +GOOGLE_ANALYTICS_TRACKING_ID: '<%= node['config']['google_analytics_id'] %>'