mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 17:21:04 +00:00
fix(openclaw): env
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user