projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch '3351-keep-timeout' closes #3351
[arvados.git]
/
apps
/
workbench
/
config
/
piwik.yml.example
1
# Configuration:
2
#
3
# disabled
4
# false if tracking tag should be shown
5
# use_async
6
# Set to true if you want to use asynchronous tracking
7
# url
8
# The url of your piwik instance (e.g. localhost/piwik/
9
# id_site
10
# The id of your website inside Piwik
11
#
12
production:
13
piwik:
14
id_site: 1
15
url: localhost
16
use_async: false
17
disabled: false
18
19
development:
20
piwik:
21
id_site: 1
22
url: localhost
23
disabled: true
24
use_async: false
25
hostname: localhost
26
27
test:
28
piwik:
29
id_site: 1
30
url: localhost
31
disabled: true
32
use_async: false
33
hostname: localhost