Remove instance config
This commit is contained in:
parent
a4d72e9e5c
commit
473e30382c
@ -1,23 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Instance Configuration
|
|
||||||
* ----------------------
|
|
||||||
* Edit this file and not config.php for imageboard configuration.
|
|
||||||
*
|
|
||||||
* You can copy values from config.php (defaults) and paste them here.
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Database stuff
|
|
||||||
$config['db']['type'] = 'mysql';
|
|
||||||
$config['db']['server'] = 'localhost';
|
|
||||||
$config['db']['user'] = '';
|
|
||||||
$config['db']['password'] = '';
|
|
||||||
$config['db']['database'] = '';
|
|
||||||
|
|
||||||
//$config['root'] = '/';
|
|
||||||
|
|
||||||
|
|
||||||
?>
|
|
Loading…
Reference in New Issue
Block a user