Files
archived-web-bugs/local_config.php.sample
T
2010-02-22 12:52:37 +00:00

21 lines
407 B
Plaintext

<?php
/**
* Add your local changes here and copy to local_config.php
*/
$site_data = array (
'url' => 'bugs.php.net',
'basedir' => '/bugs',
'email' => 'php-bugs@lists.php.net',
'security_email' => 'security@php.net',
'db' => 'phpbugsdb',
'db_extension' => 'mysqli',
'db_user' => 'nobody',
'db_pass' => '',
'db_host' => 'localhost',
'patch_tmp' => '/tmp/patches/',
);
define('DEVBOX', true);