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