PHP8 fix part 2: Trying to access array offset on value of type bool/null
[dokuwiki.git] / _test / pgsql.conf.php.dist
blob4126a8c6c7ba022ef2eef480ad2b0c468f6c13be
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'] = 'localhost';
7 $conf['port'] = 5432;
8 $conf['user'] = 'postgres';
9 $conf['pass'] = '';