This commit is contained in:
Andras Bacsai
2023-03-28 20:59:42 +02:00
parent 4df66ebf00
commit 593f1acf10
5 changed files with 47 additions and 17 deletions

View File

@@ -37,7 +37,7 @@ class ServerSeeder extends Seeder
'id' => 3,
'name' => "localhost",
'description' => "This is the local machine",
'user' => 'ab',
'user' => 'andrasbacsai',
'ip' => "172.17.0.1",
'team_id' => $root_team->id,
'private_key_id' => $private_key_1->id,