Correct file config options
This commit is contained in:
parent
a767a8b764
commit
1c8f8b4713
|
|
@ -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'] = '/';// 'https://'.$_SERVER['SERVER_NAME'].'/backoffice';
|
$config['base_url'] = 'https://'.$_SERVER['SERVER_NAME'].'/backoffice';
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
|
@ -77,10 +77,8 @@ $db['default'] = array(
|
||||||
'dsn' => '',
|
'dsn' => '',
|
||||||
'hostname' => 'localhost',
|
'hostname' => 'localhost',
|
||||||
'username' => 'root',
|
'username' => 'root',
|
||||||
'password' => 'songuinho',
|
'password' => '@iLink@2025',
|
||||||
'database' => 'iLink_world',
|
'database' => 'iLink_preprod',
|
||||||
// 'password' => '@iLink@2025',
|
|
||||||
// 'database' => 'iLink_preprod',
|
|
||||||
'dbdriver' => 'mysqli',
|
'dbdriver' => 'mysqli',
|
||||||
'dbprefix' => '',
|
'dbprefix' => '',
|
||||||
'pconnect' => FALSE,
|
'pconnect' => FALSE,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue