diff --git a/app/Console/Commands/SetCameraData.php b/app/Console/Commands/SetCameraData.php index 604549f..13e4dd9 100644 --- a/app/Console/Commands/SetCameraData.php +++ b/app/Console/Commands/SetCameraData.php @@ -32,7 +32,7 @@ class SetCameraData extends Command parent::__construct(); $this->sysUrl = env('SYS_URL', '192.168.66.16'); $this->sysPost = env('SYS_POST', ''); - $this->sysHttp = env('SYS_HOST', 'http'); + $this->sysHttp = env('SYS_HTTP', 'http'); } /**