From b215226e41093b353339717c022c5840c390ed08 Mon Sep 17 00:00:00 2001 From: dev-chiefworks Date: Sat, 7 Jan 2023 17:40:31 -0500 Subject: [PATCH] New end point --- application/config/config.development.php | 3 ++- application/config/config.php | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/application/config/config.development.php b/application/config/config.development.php index 3639729..cd26667 100644 --- a/application/config/config.development.php +++ b/application/config/config.development.php @@ -10,4 +10,5 @@ $arr["port"] = 5432; define('LEGACY_BACKEND_ENDPOINT','http://backend.wrenchboard.api.test'); -define('EXTENSTION_API_URL','https://oameye.work.wrenchboard.com/svs/bko'); +//define('EXTENSTION_API_URL','https://oameye.work.wrenchboard.com/svs/bko'); +define('EXTENSTION_API_URL','http://10.20.30.34:9083/svs/bko'); diff --git a/application/config/config.php b/application/config/config.php index 1146742..f9bd414 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -48,7 +48,8 @@ spl_autoload_register(function($classname) { //$config['base_url'] = $wrenchboard->cfgReadChar("system.base_url"); //'http://oameye.works.wrenchboard.com/'; // $config['base_url'] = "http://192.168.1.140:9085/"; // 'https://'.$_SERVER['SERVER_NAME'].'/'; -$config['base_url'] = 'http://'.$_SERVER['SERVER_NAME'].':9085/'; +// $config['base_url'] = 'http://'.$_SERVER['SERVER_NAME'].':9085/'; +$config['base_url'] = 'http://'.$_SERVER['SERVER_NAME'].'/'; /* |-------------------------------------------------------------------------- | Index File