Merge pull request #4167 from dokuwiki-translate/lang_update_800_1706385011
[dokuwiki.git] / _test / pgsql.conf.php.dist
blobde29d5e23dc40c672a81ec264d69547b67ac4b60
1 <?php
2 /**
3  * This configures the access to a postgres database. The user needs to have permissions
4  * to create and drop databases.
5  */
6 $conf['host'] = '127.0.0.1';
7 $conf['port'] = 5432;
8 $conf['user'] = 'postgres';
9 $conf['pass'] = 'postgres';