Commit e35f560e by Tobin

Merge branch 'master' of https://gitlab.techware.co.in/tobin/nemt_backend into tobin

parents 02b2cd4a 66854e28
......@@ -75,14 +75,10 @@ $query_builder = TRUE;
$db['default'] = array(
'dsn' => '',
// 'hostname' => 'localhost',
// 'username' => 'techlabz_frank',
// 'password' => 'Golden_123',
// 'database' => 'techlabz_nemt_backend',
'hostname' => '192.168.140.123',
'username' => 'root',
'hostname' => 'localhost',
'username' => 'techlabz_nemt',
'password' => 'Golden_123',
'database' => 'tobin_nemt_backend',
'database' => 'techlabz_nemt_backend',
'dbdriver' => 'mysqli',
'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