Fix hooks issues

This commit is contained in:
CHIEFSOFT\ameye
2024-07-05 18:35:35 -04:00
parent 547630a4de
commit 6e9ecee654
3 changed files with 51 additions and 35 deletions
@@ -43,6 +43,7 @@ abstract class BaseController extends Controller
public $primary_image_sever='';
public $server_tag='';
public $wrenchboard=null;
public $micro_service_net1;
/**
* Constructor.
*/
@@ -59,6 +60,7 @@ abstract class BaseController extends Controller
$this->current_env = $this->getSiteConfigurations("system.live");
$this->primary_image_sever = $this->getSiteConfigurations("system.primary_image_sever");
$this->server_tag = $this->getSiteConfigurations("system.server_tag");
$this->micro_service_net1 = $this->getSiteConfigurations("system.micro_service_net1"); //"10.10.1
//$this->cache_server = $this->getSiteConfigurations("system.cache_host");
// $redis = [