Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / config / piwik.yml.example
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 # Configuration:
6
7 # disabled
8 #   false if tracking tag should be shown
9 # use_async
10 #   Set to true if you want to use asynchronous tracking
11 # url
12 #   The url of your piwik instance (e.g. localhost/piwik/
13 # id_site
14 #   The id of your website inside Piwik
15 #
16 production:
17   piwik:
18     id_site: 1
19     url: localhost
20     use_async: false
21     disabled: false
22
23 development:
24   piwik:
25     id_site: 1
26     url: localhost
27     disabled: true
28     use_async: false
29     hostname: localhost
30
31 test:
32   piwik:
33     id_site: 1
34     url: localhost
35     disabled: true
36     use_async: false
37     hostname: localhost