diff --git a/application/config/config.php b/application/config/config.php index eec180fd..c40ec889 100755 --- a/application/config/config.php +++ b/application/config/config.php @@ -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'; /* |-------------------------------------------------------------------------- diff --git a/application/config/constants.php b/application/config/constants.php index 013e8e5a..368c6cf0 100755 --- a/application/config/constants.php +++ b/application/config/constants.php @@ -87,9 +87,7 @@ defined('EXIT__AUTO_MAX') OR define('EXIT__AUTO_MAX', 125); // highest auto /* * Microservices constants */ -// define('WALLET_SERVICE_URL','https://test.ilink-app.com:8081'); -// define('WALLET_SERVICE_TOKEN','fywRtXSwEhHncwXaqn10wa9bJU9a63r2'); -define('WALLET_SERVICE_URL','http://localhost:7082'); +define('WALLET_SERVICE_URL','https://test.ilink-app.com:8081'); define('WALLET_SERVICE_TOKEN','fywRtXSwEhHncwXaqn10wa9bJU9a63r2'); define('WALLET_SERVICE_EXTERNE_URL','https://test.ilink-app.com:8085'); define('WALLET_SERVICE_EXTERNE_TOKEN','JeJMx6KNW1qo2h01rCVOLfX3f1nmcF2I'); diff --git a/application/config/database.php b/application/config/database.php index fa7a4327..8e493c59 100755 --- a/application/config/database.php +++ b/application/config/database.php @@ -77,10 +77,8 @@ $db['default'] = array( 'dsn' => '', 'hostname' => 'localhost', 'username' => 'root', - // 'password' => '@iLink@2025', - // 'database' => 'iLink_preprod', - 'password' => 'songuinho', - 'database' => 'iLink_world', + 'password' => '@iLink@2025', + 'database' => 'iLink_preprod', 'dbdriver' => 'mysqli', 'dbprefix' => '', 'pconnect' => FALSE,