mirror of
https://github.com/pelican-dev/panel.git
synced 2025-07-09 17:31:10 +02:00
Update NodeFactory.php
This commit is contained in:
parent
80ae600fe1
commit
446562fcff
@ -25,7 +25,7 @@ class NodeFactory extends Factory
|
|||||||
return [
|
return [
|
||||||
'uuid' => Uuid::uuid4()->toString(),
|
'uuid' => Uuid::uuid4()->toString(),
|
||||||
'public' => true,
|
'public' => true,
|
||||||
'name' => $this->faker->unique()->firstName,
|
'name' => 'FactoryNode_' . Str::random(10),
|
||||||
'fqdn' => $this->faker->unique()->ipv4,
|
'fqdn' => $this->faker->unique()->ipv4,
|
||||||
'scheme' => 'http',
|
'scheme' => 'http',
|
||||||
'behind_proxy' => false,
|
'behind_proxy' => false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user