Welcome to mirror list, hosted at ThFree Co, Russian Federation.

config.ini.travis.php « PHPUnit « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c65df6a0f7eebd80b159b434232ba766655c9fa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
; <?php exit; ?> DO NOT REMOVE THIS LINE
; This configuration is used for automatic integration
; tests on Travis-CI. Do not use this in production.

[superuser]
login            = admin
password        = 098f6bcd4621d373cade4e832627b4f6
email            = hello@example.org

[database]
host            = localhost
username        = root
password        =
dbname            = piwik_tests
adapter            = PDO_MYSQL ; PDO_MYSQL, MYSQLI, or PDO_PGSQL
tables_prefix        = piwiktests_
;charset        = utf8