~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to doc/setup/phpBB3_config.php

Merge from no-phpbb-for-you. phpBB is no longer available by default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php
2
 
// phpBB 3.0.x auto-generated configuration file
3
 
// Do not change anything in this file!
4
 
$dbms = 'postgres';
5
 
$dbhost = '<DATABASE HOSTNAME>';
6
 
$dbport = '<DATABASE PORT>';
7
 
$dbname = '<DATABASE NAME>';
8
 
$dbuser = '<DATABASE USER>';
9
 
$dbpasswd = '<DATABASE PASSWORD>';
10
 
 
11
 
$table_prefix = 'phpbb_';
12
 
$acm_type = 'file';
13
 
$load_extensions = '';
14
 
@define('PHPBB_INSTALLED', true);
15
 
// @define('DEBUG', true);
16
 
//@define('DEBUG_EXTRA', true);
17
 
 
18
 
$forum_secret = '<FORUM SECRET>';
19
 
?>