Commit 63e320c9 by Tobin

Update database.php

parent fb9c03b2
...@@ -76,9 +76,9 @@ $query_builder = TRUE; ...@@ -76,9 +76,9 @@ $query_builder = TRUE;
$db['default'] = array( $db['default'] = array(
'dsn' => '', 'dsn' => '',
'hostname' => 'localhost', 'hostname' => 'localhost',
'username' => 'techlabz_nemt', 'username' => 'nemt_user',
'password' => 'Golden_123', 'password' => 'Golden_123',
'database' => 'techlabz_nemt_backend', 'database' => 'techlabz_nemt_backendclient',
'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