Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index c6eb61c22c..b68a1a1637 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -507,3 +507,13 @@ PluginsInstalled[] = Installation
Plugins_Tracker[] = Provider
Plugins_Tracker[] = Goals
Plugins_Tracker[] = DoNotTrack
+
+[APISettings]
+; Any key/value pair can be added in this section, they will be available via the REST call
+; index.php?module=API&method=API.getSettings
+; This can be used to expose values from Piwik, to control for example a Mobile app tracking
+SDK_batch_size = 10
+SDK_interval_value = 30
+
+; NOTE: do not directly in this file! See notice at the top
+ \ No newline at end of file