From 586501bbde0484dfd61fd828d678224b9810ab4f Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Thu, 26 Feb 2026 15:59:53 +0700 Subject: [PATCH] fix(openclaw): env --- app/Models/Service.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Service.php b/app/Models/Service.php index 84c047bb7..258893a29 100644 --- a/app/Models/Service.php +++ b/app/Models/Service.php @@ -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) {