aboutsummaryrefslogblamecommitdiffstats
path: root/config/piwik.yml.erb
blob: 10b4fccb495ff11cbdf036826329c6dbe1b7fac8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                            
































                                                         
# This file is part of hmnoweb, a RefineryCMS based Webapp for heavymetal.no
# Copyright (C) 2018  Harald Eilertsen <haraldei@anduin.net>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License version 3
# as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program.  If not, see <https://www.gnu.org/licenses/>.

# Configuration:
#
# disabled
#   false if tracking tag should be shown
# use_async
#   Set to true if you want to use asynchronous tracking
# url
#   The url of your piwik instance (e.g. localhost/piwik/
# id_site
#   The id of your website inside Piwik
#
production:
  piwik:
    id_site: <%= site_id %>
    url: <%= url %>
    use_async: false
    disabled: false

development:
  piwik:
    id_site: <%= site_id %>
    url: <%= url %>
    disabled: true
    use_async: false
    hostname: localhost

test:
  piwik:
    id_site: <%= site_id %>
    url: <%= url %>
    disabled: true
    use_async: false
    hostname: localhost