23 lines
438 B
PHP
23 lines
438 B
PHP
<?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
|
|
define('MY_SERVER', '127.0.0.1');
|
|
define('MY_USER', '');
|
|
define('MY_PASSWORD', '');
|
|
define('MY_DATABASE', '');
|
|
|
|
define('ROOT', '/');
|
|
|
|
// define('FOO', 'bar');
|
|
*/
|
|
?>
|