<?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('DB_TYPE', 'mysql'); define('DB_SERVER', 'localhost'); define('DB_USER', ''); define('DB_PASSWORD', ''); define('DB_DATABASE', ''); define('ROOT', '/'); // define('FOO', 'bar'); ?>