adjust validate_request_agency

This commit is contained in:
root 2026-03-04 15:55:02 +01:00
parent 1bf6d75edd
commit c09701a81a
3 changed files with 4 additions and 8 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

@ -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');

View File

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