config server name

This commit is contained in:
dev-chiefworks
2022-01-19 22:24:26 -05:00
parent ad2dfde34b
commit b37e5f26db
+2 -2
View File
@@ -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