Skip to content
Extraits de code Groupes Projets
config.ini.travis.php 592 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]
    
    username = root
    password =
    dbname = piwik_tests
    
    adapter = PDO\MYSQL
    
    diosmosis's avatar
    diosmosis a validé
    ; no table prefix for tests on travis
    
    tables_prefix =
    
    ;charset = utf8
    
    
    [database_tests]
    
    username = root
    password =
    dbname = piwik_tests
    
    adapter = PDO\MYSQL
    
    ; no table prefix for tests on travis
    
    tables_prefix =