* @package BcWe core * @license http://opensource.org/licenses/gpl-license.php GNU Public License */ if(!defined("INBCWE")){ die(); } // your Database Server (most likely localhost) $config["host"] = "localhost"; // your Database Username $config["user"] = "bcWe"; // your Database Password $config["pass"] = "MyPassword"; // your Database $config["db"] = "bcWe"; // your Database Prefix $config["prefix"]="bcwe_"; // your Database Sytem $config["db_class"]="mysqli"; define('INSTALLED', FALSE); define("CHARSET", "UTF-8"); define("DEBUG", FALSE); ?>