Commit b2491d2b by Tobin

Update database.php

parent b42023fe
...@@ -75,14 +75,10 @@ $query_builder = TRUE; ...@@ -75,14 +75,10 @@ $query_builder = TRUE;
$db['default'] = array( $db['default'] = array(
'dsn' => '', 'dsn' => '',
// 'hostname' => 'localhost', 'hostname' => 'localhost',
// 'username' => 'techlabz_frank', 'username' => 'techlabz_dcarfix',
// 'password' => 'Golden_123',
// 'database' => 'techlabz_nemt_backend',
'hostname' => '192.168.140.123',
'username' => 'root',
'password' => 'Golden_123', 'password' => 'Golden_123',
'database' => 'tobin_dcarfixers', 'database' => 'techlabz_dcarfixers',
'dbdriver' => 'mysqli', 'dbdriver' => 'mysqli',
'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