Skip to content

Commit

Permalink
Add test configuration for Oracle.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jan 22, 2014
1 parent 57afb44 commit ab75cfa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions framework/Group/test/Horde/Group/conf.php.dist
Expand Up @@ -11,6 +11,10 @@ $conf['group']['sql']['mysqli']['username'] = '';
$conf['group']['sql']['mysqli']['password'] = '';
$conf['group']['sql']['mysqli']['dbname'] = 'test';
$conf['group']['sql']['mysqli']['charset'] = 'utf-8';
$conf['group']['sql']['oci8']['host'] = 'localhost';
$conf['group']['sql']['oci8']['username'] = '';
$conf['group']['sql']['oci8']['password'] = '';
$conf['group']['sql']['oci8']['charset'] = 'utf-8';
$conf['group']['sql']['pdo_mysql']['adapter'] = 'pdo_mysql';
$conf['group']['sql']['pdo_mysql']['host'] = 'localhost';
$conf['group']['sql']['pdo_mysql']['username'] = '';
Expand Down

0 comments on commit ab75cfa

Please sign in to comment.