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:
authormattpiwik <matthieu.aubry@gmail.com>2012-05-26 02:33:50 +0400
committermattpiwik <matthieu.aubry@gmail.com>2012-05-26 02:33:50 +0400
commite75e4d8dcebf406a91d316cb5100c39bcc5b9eca (patch)
treebd19cb1611f057dbfd4ac9b2adc014ea2bd2c6ee /config
parenta4bf838d79879025802e311065a62738a675ef8d (diff)
Fixes #3136 will be used in the upcoming SDK
git-svn-id: http://dev.piwik.org/svn/trunk@6319 59fd770c-687e-43c8-a1e3-f5a4ff64c105
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