Compare commits

...

2 commits

Author SHA1 Message Date
Tien Nguyen Minh
92ab8faf30
Merge 586501bbde into 4015e03153 2026-03-04 17:49:13 +01:00
tiennm99
586501bbde fix(openclaw): env 2026-02-26 15:59:53 +07:00

View file

@ -1120,7 +1120,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) {