333d1320a70e37d9854db8688954180c6f7a0a80
[friendica-addons.git/.git] / piwik / config / piwik.ini.php
1 <?php return <<<INI
2
3 ; Warning: Don't change this file! It only holds the default config values for this addon.
4 ; Instead overwrite these config values in config/local.ini.php in your Friendica directory
5
6 [piwik]
7 ; baseurl (String)
8 ; This URL points to your Piwik installation.
9 ; Use the absolute path, remember trailing slashes but ignore the protocol (http/s) part of the URL.
10 ; Example: baseurl = example.com/piwik/
11 baseurl =
12
13 ; siteid (Integer)
14 ; Change the *sideid* parameter to whatever ID you want to use for tracking your Friendica installation.
15 sideid =
16
17 ; optout (Boolean)
18 ; This defines whether or not a short notice about the utilization of Piwik will be displayed on every
19 ; page of your Friendica site (at the bottom of the page with some spacing to the other content).
20 ; Part of the note is a link that allows the visitor to set an opt-out cookie which will prevent visits
21 ; from that user be tracked by Piwik.
22 optout = true
23
24 ; async (Boolean)
25 ; This defines whether or not to use asynchronous tracking so pages load (or appear to load) faster.
26 async = false
27
28 INI;
29 //Keep this line