Commit d9c9bb6b by Anju M S

Temp

parent a868bb9c
...@@ -27,8 +27,8 @@ defined('BASEPATH') OR exit('No direct script access allowed'); ...@@ -27,8 +27,8 @@ defined('BASEPATH') OR exit('No direct script access allowed');
$config['base_pic_url'] = "https://".$_SERVER['HTTP_HOST'].'/ipok'; $config['base_pic_url'] = "https://".$_SERVER['HTTP_HOST'].'/ipok';
*/ */
$config['base_url'] = "https://".$_SERVER['HTTP_HOST'].dirname($_SERVER['SCRIPT_NAME']); $config['base_url'] = "http://".$_SERVER['HTTP_HOST'].dirname($_SERVER['SCRIPT_NAME']);
$config['base_pic_url'] = "https://".$_SERVER['HTTP_HOST'].'/ipok'; $config['base_pic_url'] = "http://".$_SERVER['HTTP_HOST'].'/ipok';
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| Index File | Index File
......
...@@ -88,10 +88,10 @@ $query_builder = TRUE; ...@@ -88,10 +88,10 @@ $query_builder = TRUE;
$db['default'] = array( $db['default'] = array(
'dsn' => '', 'dsn' => '',
'hostname' => 'localhost', 'hostname' => '192.168.140.123',
'username' => 'techlabz_Ipok', 'username' => 'root',
'password' => 'Golden_123', 'password' => '',
'database' => 'techlabz_Ipok', 'database' => 'reeba_ipok',
'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