+ Fix database credentials

This commit is contained in:
Djery-Tom 2020-05-19 17:38:06 +01:00
parent 4478a67fa2
commit d1fdd6c06b
2 changed files with 3 additions and 3 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. | a PHP script and you can easily do that on your own.
| |
*/ */
$config['base_url'] = 'http://'.$_SERVER['SERVER_NAME'].'/backofficeiLinkTest'; $config['base_url'] = 'https://'.$_SERVER['SERVER_NAME'].'/backofficeiLinkTest';
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------

View File

@ -76,8 +76,8 @@ $query_builder = TRUE;
$db['default'] = array( $db['default'] = array(
'dsn' => '', 'dsn' => '',
'hostname' => 'localhost', 'hostname' => 'localhost',
'username' => 'djery-tom', 'username' => 'root',
'password' => 'root', 'password' => 'vps@2017GA',
'database' => 'iLink_test2', 'database' => 'iLink_test2',
'dbdriver' => 'mysqli', 'dbdriver' => 'mysqli',
'dbprefix' => '', 'dbprefix' => '',