remove database configuration from git

parent 9af69095
......@@ -75,11 +75,11 @@ $query_builder = TRUE;
// Default group can be loaded by $this->load->database()
$db['default'] = array(
'dsn' => 'mysql:host=localhost; dbname=barbass_typos_new; charset=utf8;',
'hostname' => 'localhost',
'dsn' => 'mysql:host=hostname; dbname=database; charset=utf8;',
'hostname' => 'hostname',
'username' => 'ambulance',
'password' => 'ambulanceetersoft',
'database' => 'barbass_typos_new',
'password' => 'password',
'database' => 'database',
'dbdriver' => 'pdo',
'dbprefix' => '',
'pconnect' => FALSE,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment