<?php


// phpBB 2.x auto-generated config file
// Do not change anything in this file!

$dbms = 'postgres';

$dbhost = 'localhost';
$dbname = 'phpbb2';
$dbuser = 'crimzor';
$dbpasswd = 'arsel';

$table_prefix = 'phpbb_';

define('PHPBB_INSTALLED', true);

?>