| 
<?php
/*
 Bluetrait 2.0
 
 You can use this file to override Bluetrait's default "hard-coded" settings. Please see bt-default-settings.php for all the options you can override
 */
 if (!defined('BT_ROOT')) exit;
 
 //setting define values
 define('BT_DEBUG', TRUE);
 
 //setting config values
 bt_hard_set_config('config_name', 'config_value');
 
 ?>
 |