Fix application config
This commit is contained in:
parent
d9bbb98f06
commit
19eb829eb1
|
@ -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'].'/backoffice';
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
@ -87,9 +87,10 @@ defined('EXIT__AUTO_MAX') OR define('EXIT__AUTO_MAX', 125); // highest auto
|
||||||
/*
|
/*
|
||||||
* Microservices constants
|
* 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_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('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');
|
define('NOTIFICATION_SERVICE_TOKEN','RfXvPQzQRgwpzQYPnLfWpZzgx4QseHlg');
|
||||||
|
|
||||||
|
|
|
@ -76,9 +76,9 @@ $query_builder = TRUE;
|
||||||
$db['default'] = array(
|
$db['default'] = array(
|
||||||
'dsn' => '',
|
'dsn' => '',
|
||||||
'hostname' => 'localhost',
|
'hostname' => 'localhost',
|
||||||
'username' => 'djery-tom',
|
'username' => 'root',
|
||||||
'password' => 'root',
|
'password' => 'vps@2017',
|
||||||
'database' => 'iLink_preprod',
|
'database' => 'iLink_prod',
|
||||||
'dbdriver' => 'mysqli',
|
'dbdriver' => 'mysqli',
|
||||||
'dbprefix' => '',
|
'dbprefix' => '',
|
||||||
'pconnect' => FALSE,
|
'pconnect' => FALSE,
|
||||||
|
|
Loading…
Reference in New Issue