Correct file config options

This commit is contained in:
root 2025-12-10 18:02:12 +01:00
parent a767a8b764
commit 1c8f8b4713
2 changed files with 3 additions and 5 deletions

View File

@ -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';
/*
|--------------------------------------------------------------------------

View File

@ -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,