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:
authorMatthieu Aubry <matt@piwik.org>2015-02-23 04:45:46 +0300
committerMatthieu Aubry <matt@piwik.org>2015-02-23 04:45:46 +0300
commite2a1aa1227006270f7d900a47221727353b0ed35 (patch)
tree5bd305ce0c53b3a566774f76eb40ee23ed5d70bb /config
parent6abcaf7dd34261a3eb8b6da2687840ce4bd69a87 (diff)
parent3a82eb74c601c360a11d50592a3b89b37a57b53e (diff)
Merge pull request #7253 from piwik/6635_2
automatically configure database_tests config for developers when running tests.
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 077c365f70..2a2daf1367 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -29,7 +29,7 @@ schema = Mysql
[database_tests]
host = localhost
-username = root
+username = "@USERNAME@"
password =
dbname = piwik_tests
tables_prefix = piwiktests_