Skip to content

Commit

Permalink
No need for 'adapter'.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 23, 2014
1 parent 6098bfc commit 7534869
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions framework/History/test/Horde/History/conf.php.dist
@@ -1,32 +1,26 @@
<?php
$conf['history']['sql']['mysql']['adapter'] = 'mysql';
$conf['history']['sql']['mysql']['host'] = 'localhost';
$conf['history']['sql']['mysql']['username'] = '';
$conf['history']['sql']['mysql']['password'] = '';
$conf['history']['sql']['mysql']['dbname'] = 'test';
$conf['history']['sql']['mysql']['charset'] = 'utf-8';
$conf['history']['sql']['mysqli']['adapter'] = 'mysqli';
$conf['history']['sql']['mysqli']['host'] = 'localhost';
$conf['history']['sql']['mysqli']['username'] = '';
$conf['history']['sql']['mysqli']['password'] = '';
$conf['history']['sql']['mysqli']['dbname'] = 'test';
$conf['history']['sql']['mysqli']['charset'] = 'utf-8';
$conf['history']['sql']['oci8']['adapter'] = 'oci8';
$conf['history']['sql']['oci8']['host'] = 'localhost';
$conf['history']['sql']['oci8']['username'] = '';
$conf['history']['sql']['oci8']['password'] = '';
$conf['history']['sql']['oci8']['charset'] = 'utf-8';
$conf['history']['sql']['pdo_mysql']['adapter'] = 'pdo_mysql';
$conf['history']['sql']['pdo_mysql']['host'] = 'localhost';
$conf['history']['sql']['pdo_mysql']['username'] = '';
$conf['history']['sql']['pdo_mysql']['password'] = '';
$conf['history']['sql']['pdo_mysql']['dbname'] = 'test';
$conf['history']['sql']['pdo_mysql']['charset'] = 'utf-8';
$conf['history']['sql']['pdo_pgsql']['adapter'] = 'pdo_pgsql';
$conf['history']['sql']['pdo_pgsql']['username'] = '';
$conf['history']['sql']['pdo_pgsql']['password'] = '';
$conf['history']['sql']['pdo_pgsql']['dbname'] = 'test';
$conf['history']['sql']['pdo_pgsql']['charset'] = 'utf-8';
$conf['history']['sql']['pdo_sqlite']['adapter'] = 'pdo_sqlite';
$conf['history']['sql']['pdo_sqlite']['database'] = ':memory:';
$conf['history']['mongo'] = 'mongodb://localhost';

0 comments on commit 7534869

Please sign in to comment.