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

« back to all changes in this revision

Viewing changes to doc/setup/phpBB3_config.php

ivle-config now sets appropriate permissions (www-data:, 600) on any config
file that it creates.

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
?>