Commit cdc92531 by Tobin

Merge branch 'dev_production' into 'master'

# Conflicts: # application/views/Templates/left-menu.php
parents 0f8dd2d8 f0bd4ec0
...@@ -23,7 +23,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); ...@@ -23,7 +23,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
| a PHP script and you can easily do that on your own. | a PHP script and you can easily do that on your own.
| |
*/ */
$config['base_url'] = "http://".$_SERVER['HTTP_HOST'].dirname($_SERVER['SCRIPT_NAME']); $config['base_url'] = "https://".$_SERVER['HTTP_HOST'].dirname($_SERVER['SCRIPT_NAME']);
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
...@@ -370,7 +370,7 @@ $config['encryption_key'] = ''; ...@@ -370,7 +370,7 @@ $config['encryption_key'] = '';
$config['sess_driver'] = 'files'; $config['sess_driver'] = 'files';
$config['sess_cookie_name'] = 'ci_session'; $config['sess_cookie_name'] = 'ci_session';
$config['sess_expiration'] = 7200; $config['sess_expiration'] = 7200;
$config['sess_save_path'] = NULL; $config['sess_save_path'] = sys_get_temp_dir();
$config['sess_match_ip'] = FALSE; $config['sess_match_ip'] = FALSE;
$config['sess_time_to_update'] = 300; $config['sess_time_to_update'] = 300;
$config['sess_regenerate_destroy'] = FALSE; $config['sess_regenerate_destroy'] = FALSE;
......
...@@ -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' => 'nuvento_timeout',
// 'password' => 'Golden_123',
// 'database' => 'techlabz_nemt_backend',
'hostname' => '192.168.140.123',
'username' => 'root',
'password' => 'Golden_123', 'password' => 'Golden_123',
'database' => 'tobin_eventTimeOut', 'database' => 'nuvento_timeout',
'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