2016-10-17 12:21:23 +02:00
|
|
|
# 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: 3
|
|
|
|
url: piwik.april.org
|
|
|
|
use_async: true
|
|
|
|
disabled: false
|
2016-10-17 12:32:06 +02:00
|
|
|
production_be:
|
|
|
|
piwik:
|
|
|
|
id_site: 3
|
|
|
|
url: piwik.april.org
|
|
|
|
use_async: true
|
|
|
|
disabled: false
|
|
|
|
production_ch:
|
|
|
|
piwik:
|
|
|
|
id_site: 3
|
|
|
|
url: piwik.april.org
|
|
|
|
use_async: true
|
|
|
|
disabled: false
|
|
|
|
production_communs:
|
|
|
|
piwik:
|
|
|
|
id_site: 3
|
|
|
|
url: piwik.april.org
|
|
|
|
use_async: true
|
|
|
|
disabled: false
|
2016-10-17 12:21:23 +02:00
|
|
|
|
|
|
|
development:
|
|
|
|
piwik:
|
|
|
|
id_site: 3
|
|
|
|
url: piwik.april.org
|
|
|
|
disabled: true
|
|
|
|
use_async: false
|
|
|
|
hostname: localhost
|
|
|
|
|
|
|
|
test:
|
|
|
|
piwik:
|
|
|
|
id_site: 3
|
|
|
|
url: piwik.april.org
|
|
|
|
disabled: true
|
|
|
|
use_async: false
|
|
|
|
hostname: localhost
|