New server url

This commit is contained in:
CHIEFSOFT\ameye
2024-12-03 22:11:51 -05:00
parent f8beca116f
commit 94a85d7e2e
2 changed files with 5 additions and 1 deletions
@@ -46,6 +46,8 @@ abstract class BaseController extends Controller
public $current_env=0;
public $primary_image_sever='';
public $server_tag='';
public $website_url='';
public $wrenchboard=null;
public $micro_service_net1;
public $user_server_name ='';
@@ -71,6 +73,8 @@ abstract class BaseController extends Controller
$this->micro_service_net1 = $this->getSiteConfigurations("system.micro_service_net1"); //"10.10.1
$this->user_server_name = $this->getSiteConfigurations("system.server_name"); // 'https://dev-users.wrenchboard.com';
$this->show_extra_wallet = $this->getSiteConfigurations("system.show_extra_wallet");
$this->website_url = $this->getSiteConfigurations("system.website_url");
//
$this->getSettings(''); // help create all settings data
// $appConfig = config('Cache');