diff --git a/app/Console/Commands/SetCameraData.php b/app/Console/Commands/SetCameraData.php index 6f5d287..76c5d0d 100644 --- a/app/Console/Commands/SetCameraData.php +++ b/app/Console/Commands/SetCameraData.php @@ -29,7 +29,7 @@ class SetCameraData extends Command public function __construct() { parent::__construct(); - $this->sysUrl = env('sys_url', ''); + $this->sysUrl = env('sys_url', 'http://192.168.66.16:8010'); } /**