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:
authorThomas Steur <thomas.steur@googlemail.com>2014-11-12 02:41:12 +0300
committerThomas Steur <thomas.steur@googlemail.com>2014-11-12 02:41:12 +0300
commit62fce8132a22fc0228e29030cf3d0c63dca31fc2 (patch)
treee65e3d251efe116db6737009917d9a06cd8a4c7e /config
parent7423aa79c4ae28c2a6e7582368990f8ce26a91ca (diff)
refs #6635 mention phpunit.xml no longer needed in changelog
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 8bfd360ed3..516497ada1 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -39,9 +39,12 @@ type = InnoDB
schema = Mysql
[tests]
+; needed in order to run tests.
+; if Piwik is available at http://localhost/dev/piwik/ replace @REQUEST_URI@ with /dev/piwik/
+; note: the REQUEST_URI should not contain "plugins" or "tests" in the PATH
http_host = localhost
-request_uri = "@REQUEST_URI@"
remote_addr = "127.0.0.1"
+request_uri = "@REQUEST_URI@"
; access key and secret as listed in AWS -> IAM -> Users
aws_accesskey = ""