chore: Update 'key' value of gitlab in Service.php to use environment variable
This commit is contained in:
@@ -667,7 +667,7 @@ class Service extends BaseModel
|
|||||||
}
|
}
|
||||||
$data = $data->merge([
|
$data = $data->merge([
|
||||||
'Root User' => [
|
'Root User' => [
|
||||||
'key' => 'N/A',
|
'key' => 'GITLAB_ROOT_USER',
|
||||||
'value' => 'root',
|
'value' => 'root',
|
||||||
'rules' => 'required',
|
'rules' => 'required',
|
||||||
'isPassword' => true,
|
'isPassword' => true,
|
||||||
|
Reference in New Issue
Block a user