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:
authormattab <matthieu.aubry@gmail.com>2014-05-19 07:30:42 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-19 07:30:42 +0400
commite620f0ba6d80381d896d5e6a06cb35a345a3cf37 (patch)
tree2468f7c594736a17372ad316047f491eda340cba /config
parent5161aaaecc7c074827364ec2a537e0ddf325ac44 (diff)
Fixes #5181 Renamed method
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index c8eb245981..8722c0e5d9 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -358,6 +358,11 @@ enable_trusted_host_check = 1
;trusted_hosts[] = example.com
;trusted_hosts[] = stats.example.com
+; If you use this Piwik instance over multiple hostnames, Piwik will need to know
+; a unique instance_id for this instance, so that Piwik can serve the right custom logo and tmp/* assets,
+; independantly of the hostname Piwik is currently running under.
+; instance_id = stats.example.com
+
; The release server is an essential part of the Piwik infrastructure/ecosystem
; to provide the latest software version.
latest_version_url = http://builds.piwik.org/latest.zip