fix(service): openclaw environment variable ui (#8629)

This commit is contained in:
Tien Nguyen Minh
2026-08-10 19:10:19 +02:00
committed by GitHub
parent 3feb432ff2
commit 1c21eb2dd0
+1 -1
View File
@@ -1148,7 +1148,7 @@ class Service extends BaseModel
break;
case $image->contains('coollabsio/openclaw'):
$data = collect([]);
$username = $this->environment_variables()->where('key', 'AUTH_USERNAME')->first();
$username = $this->environment_variables()->where('key', 'SERVICE_USER_OPENCLAW')->first();
$password = $this->environment_variables()->where('key', 'SERVICE_PASSWORD_OPENCLAW')->first();
$gateway_token = $this->environment_variables()->where('key', 'SERVICE_PASSWORD_64_GATEWAYTOKEN')->first();
if ($username) {