2010-11-05 01:02:13 +11:00
|
|
|
<?php
|
2010-11-05 03:13:43 +11:00
|
|
|
|
2010-11-05 01:02:13 +11:00
|
|
|
/*
|
|
|
|
* Instance Configuration
|
|
|
|
* ----------------------
|
|
|
|
* Edit this file and not config.php for imageboard configuration.
|
|
|
|
*
|
|
|
|
* You can copy values from config.php (defaults) and paste them here.
|
|
|
|
*/
|
2010-12-18 01:18:03 +11:00
|
|
|
|
|
|
|
|
|
|
|
|
2010-11-05 03:14:33 +11:00
|
|
|
// Database stuff
|
2011-02-12 17:25:15 +11:00
|
|
|
$config['db']['type'] = 'mysql';
|
|
|
|
$config['db']['server'] = 'localhost';
|
|
|
|
$config['db']['user'] = '';
|
|
|
|
$config['db']['password'] = '';
|
|
|
|
$config['db']['database'] = '';
|
|
|
|
|
2011-02-16 15:49:49 +11:00
|
|
|
//$config['root'] = '/';
|
2011-02-12 17:25:15 +11:00
|
|
|
|
|
|
|
|
2010-11-05 01:02:13 +11:00
|
|
|
?>
|