File: conf.php.dist

package info (click to toggle)
php-horde-db 2.1.4-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 884 kB
  • ctags: 2,259
  • sloc: php: 8,675; xml: 804; sql: 22; sh: 11; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 1,271 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
// IMPORTANT: the conf.php version of this file must be both in this directory
// and in the the Pdo/ subdirectory. A symlink is fine too.
$conf['db']['adapter']['mysql']['test']['host'] = 'localhost';
$conf['db']['adapter']['mysql']['test']['username'] = '';
$conf['db']['adapter']['mysql']['test']['password'] = '';
$conf['db']['adapter']['mysql']['test']['dbname'] = 'test';
$conf['db']['adapter']['mysqli']['test']['host'] = 'localhost';
$conf['db']['adapter']['mysqli']['test']['username'] = '';
$conf['db']['adapter']['mysqli']['test']['password'] = '';
$conf['db']['adapter']['mysqli']['test']['dbname'] = 'test';
$conf['db']['adapter']['pdo']['mysql']['test']['host'] = 'localhost';
$conf['db']['adapter']['pdo']['mysql']['test']['username'] = '';
$conf['db']['adapter']['pdo']['mysql']['test']['password'] = '';
$conf['db']['adapter']['pdo']['mysql']['test']['dbname'] = 'test';
$conf['db']['adapter']['pdo']['pgsql']['test']['username'] = '';
$conf['db']['adapter']['pdo']['pgsql']['test']['password'] = '';
$conf['db']['adapter']['pdo']['pgsql']['test']['dbname'] = 'test';
$conf['db']['adapter']['oci8']['test']['host'] = 'localhost';
$conf['db']['adapter']['oci8']['test']['username'] = 'test';
$conf['db']['adapter']['oci8']['test']['password'] = '';