remove database configuration from git

parent 9af69095
...@@ -75,11 +75,11 @@ $query_builder = TRUE; ...@@ -75,11 +75,11 @@ $query_builder = TRUE;
// Default group can be loaded by $this->load->database() // Default group can be loaded by $this->load->database()
$db['default'] = array( $db['default'] = array(
'dsn' => 'mysql:host=localhost; dbname=barbass_typos_new; charset=utf8;', 'dsn' => 'mysql:host=hostname; dbname=database; charset=utf8;',
'hostname' => 'localhost', 'hostname' => 'hostname',
'username' => 'ambulance', 'username' => 'ambulance',
'password' => 'ambulanceetersoft', 'password' => 'password',
'database' => 'barbass_typos_new', 'database' => 'database',
'dbdriver' => 'pdo', 'dbdriver' => 'pdo',
'dbprefix' => '', 'dbprefix' => '',
'pconnect' => FALSE, '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