mirror of
https://github.com/openSUSE/osem.git
synced 2026-05-19 14:11:52 -04:00
34 lines
589 B
Plaintext
34 lines
589 B
Plaintext
# 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: 1
|
|
url: localhost
|
|
use_async: false
|
|
disabled: false
|
|
|
|
development:
|
|
piwik:
|
|
id_site: 1
|
|
url: localhost
|
|
disabled: true
|
|
use_async: false
|
|
hostname: localhost
|
|
|
|
test:
|
|
piwik:
|
|
id_site: 1
|
|
url: localhost
|
|
disabled: true
|
|
use_async: false
|
|
hostname: localhost
|