$conf['protocol'] = 'pgsql'; $conf['server'] = 'localhost'; $conf['user'] = 'dbuser'; $conf['db'] = 'dbname'; $conf['password'] = 'dbpassword';