'', 'dbdriver' => 'mysqli', 'port' => 3306, 'dbprefix' => '', 'pconnect' => FALSE, 'db_debug' => (ENVIRONMENT !== 'production'), 'cache_on' => FALSE, 'cachedir' => '', 'char_set' => 'utf8', 'dbcollat' => 'utf8_general_ci', 'swap_pre' => '', 'encrypt' => TRUE, 'compress' => TRUE, 'stricton' => TRUE, 'failover' => array(), 'save_queries' => TRUE ); if(ENVIRONMENT == 'production'){ //evenements-abonnes.lemonde.fr $db['default']['hostname'] = 'localhost'; $db['default']['username'] = 'masterclass'; $db['default']['password'] = 'GYTeMJGx81blUGM'; $db['default']['database'] = 'masterclass'; }else if(ENVIRONMENT == 'pre_production'){ //dev.wylog.com/lemonde_pre_prod //QA and Client Validation env $db['default']['hostname'] = 'localhost'; $db['default']['username'] = 'root'; $db['default']['password'] = 'cforMada4!'; //$db['default']['password'] = 'Karm@)]D18f'; $db['default']['database'] = 'stephane_universite1'; }else{ //local env $db['default']['hostname'] = 'localhost'; $db['default']['username'] = 'root'; $db['default']['password'] = 'cforMada4!'; $db['default']['database'] = 'stephane_universite1'; //$db['default']['database'] = 'lemonadav20 lemonde'; } /* End of file database.php */ /* Location: ./application/config/database.php */