Fix application config

This commit is contained in:
Djery-Tom 2021-01-29 09:39:02 +01:00
parent d9bbb98f06
commit 19eb829eb1
3 changed files with 8 additions and 7 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'] = 'http://'.$_SERVER['SERVER_NAME'].'/backofficeiLinkTest';
$config['base_url'] = 'https://'.$_SERVER['SERVER_NAME'].'/backoffice';
/*
|--------------------------------------------------------------------------

View File

@ -87,9 +87,10 @@ defined('EXIT__AUTO_MAX') OR define('EXIT__AUTO_MAX', 125); // highest auto
/*
* Microservices constants
*/
define('WALLET_SERVICE_URL','http://localhost:8081');
define('WALLET_SERVICE_URL','https://ilink-app.com:8081');
define('WALLET_SERVICE_TOKEN','fywRtXSwEhHncwXaqn10wa9bJU9a63r2');
define('WALLET_SERVICE_EXTERNE_URL','http://localhost:8085');
define('WALLET_SERVICE_EXTERNE_URL','https://ilink-app.com:8085');
define('WALLET_SERVICE_EXTERNE_TOKEN','JeJMx6KNW1qo2h01rCVOLfX3f1nmcF2I');
define('NOTIFICATION_SERVICE_URL','http://localhost:8083');
define('NOTIFICATION_SERVICE_URL','https://ilink-app.com:8083');
define('NOTIFICATION_SERVICE_TOKEN','RfXvPQzQRgwpzQYPnLfWpZzgx4QseHlg');

View File

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