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:
authorPeter Zhang <peter@innocraft.com>2021-10-28 12:27:32 +0300
committerGitHub <noreply@github.com>2021-10-28 12:27:32 +0300
commit7de92b4037ebd47772548783fc06519f080b8daa (patch)
treeae8f85c111fff043a52932b19dd69244395f45c1 /config
parent518fcb3daee432d6ce76ee9e5d166e7c1ce67889 (diff)
update database test work without section set (#18151)
* update database test update database test * update tests update tests * add matomo_tests to exception add matomo_tests to exception * test env on travis test env on travis * test database change on travis test database change on travis * update tests update tests * update test update test * update test database host update test database host * update tests update tests * Update bootstrap.php update bootstrap to recreate empty test
Diffstat (limited to 'config')
-rwxr-xr-xconfig/global.ini.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index c73d0ce372..12344530ae 100755
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -63,7 +63,7 @@ port = 3306
aurora_readonly_read_committed =
[database_tests]
-host = localhost
+host = "127.0.0.1"
username = "@USERNAME@"
password =
dbname = matomo_tests