Skip to content
Extraits de code Groupes Projets
config.ini.travis.php 502 octets
Newer Older
  • Learn to ignore specific revisions
  • ; <?php exit; ?> DO NOT REMOVE THIS LINE
    ; This configuration is used for automatic integration
    ; tests on Travis-CI. Do not use this in production.
    
    [database]
    
    host = localhost
    username = root
    password =
    dbname = piwik_tests
    adapter = PDO_MYSQL
    tables_prefix = piwiktests_
    ;charset = utf8
    
    [database_tests]
    host = localhost
    username = root
    password =
    dbname = piwik_tests
    adapter = PDO_MYSQL
    tables_prefix = piwiktests_