chore: Update 'key' value of gitlab in Service.php to use environment variable

This commit is contained in:
Andras Bacsai
2024-09-12 10:29:45 +02:00
parent f3748fc294
commit 5244ef60bd

View File

@@ -667,7 +667,7 @@ class Service extends BaseModel
}
$data = $data->merge([
'Root User' => [
'key' => 'N/A',
'key' => 'GITLAB_ROOT_USER',
'value' => 'root',
'rules' => 'required',
'isPassword' => true,