From b37e5f26dbdab1ea22c02d65a426730ab909b922 Mon Sep 17 00:00:00 2001 From: dev-chiefworks Date: Wed, 19 Jan 2022 22:24:26 -0500 Subject: [PATCH] config server name --- application/config/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/config/config.php b/application/config/config.php index 6cd9eae..1146742 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -47,8 +47,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://192.168.1.140:9085/"; // 'https://'.$_SERVER['SERVER_NAME'].'/'; +$config['base_url'] = 'http://'.$_SERVER['SERVER_NAME'].':9085/'; /* |-------------------------------------------------------------------------- | Index File