aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_test/pgsql.conf.php.dist
blob: de29d5e23dc40c672a81ec264d69547b67ac4b60 (plain) (blame)
1
2
3
4
5
6
7
8
9
<?php
/**
 * This configures the access to a postgres database. The user needs to have permissions
 * to create and drop databases.
 */
$conf['host'] = '127.0.0.1';
$conf['port'] = 5432;
$conf['user'] = 'postgres';
$conf['pass'] = 'postgres';