aboutsummaryrefslogtreecommitdiffstats
path: root/modules/phpbb/templates/config.php
blob: 95bf1f2ae469fbabedb73833224a0ca289e6f632 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
// phpBB 3.0.x auto-generated configuration file
// // Do not change anything in this file!
$dbms = 'postgres';
$dbhost = 'pgsql.<%= domain %>';
$dbport = '';
$dbname = '<%= database %>';
$dbuser = '<%= user %>';
$dbpasswd = '<%= pgsql_password %>';
$table_prefix = 'phpbb_';
$acm_type = 'apc';
$load_extensions = '';

@define('PHPBB_INSTALLED', true);
// @define('DEBUG', true);
// @define('DEBUG_EXTRA', true);
?>