mirror of
https://github.com/tiennm99/coolify.git
synced 2026-06-21 03:46:25 +00:00
fix: predefined server env were not generated for existing servers
This commit is contained in:
@@ -10,7 +10,7 @@ class SharedEnvironmentVariable extends Model
|
||||
|
||||
protected $casts = [
|
||||
'key' => 'string',
|
||||
'value' => 'encrypted',
|
||||
'value' => 'string',
|
||||
];
|
||||
|
||||
public function team()
|
||||
|
||||
Reference in New Issue
Block a user