'pdo_mysql', 'params' => array( 'host' => '127.0.0.1', 'username' => 'dev', 'password' => 'devpass', 'dbname' => 'prj_belltimber_com', 'port' => '3307', 'profiler' => false, ), 'tablePrefix' => 'bt_', 'servicePrefix' => 'zz_', ); // NotFound logging $__config['app']['notFound']['logMode'] = 7; $__config['app']['notFound']['notifyMode'] = 7; $__config['app']['notFound']['notifyEmails'] = array('neo@fr-wd.com'); // STS Domain $__config['app']['sts']['stsUrlDomain'] = 'https://support.adaptainc.com'; // Our Site Contact Us $__config['app']['sts']['contactUsLink'] = 'http://adaptainc.com/contact'; //Need change afte starting to live $__config['app']['sites'] = array( 'Bell Lumber & Pole' => 'http://bellpole.2.preview.adaptainc.com', 'Bell Timber' => 'http://belltimber.2.preview.adaptainc.com', 'Bell Structural Solutions' => 'http://bellstructural.2.preview.adaptainc.com', 'ALAMCO Wood Products' => 'http://alamcowood.2.preview.adaptainc.com' ); return $__config;