Updated servers seeder location ids
Updated servers seeder location ids
This commit is contained in:
parent
8113ee4e9d
commit
8a4166d91c
|
@ -25,7 +25,7 @@ class ServersSeeder extends Seeder
|
||||||
"hostname" => "la.node.ai",
|
"hostname" => "la.node.ai",
|
||||||
"os_id" => 20,
|
"os_id" => 20,
|
||||||
"provider_id" => 90,
|
"provider_id" => 90,
|
||||||
"location_id" => 34,
|
"location_id" => 35,
|
||||||
"bandwidth" => 1000,
|
"bandwidth" => 1000,
|
||||||
"ipv4" => '127.0.0.1',
|
"ipv4" => '127.0.0.1',
|
||||||
"cpu" => 1,
|
"cpu" => 1,
|
||||||
|
@ -44,7 +44,7 @@ class ServersSeeder extends Seeder
|
||||||
"hostname" => "sg.node.ai",
|
"hostname" => "sg.node.ai",
|
||||||
"os_id" => 20,
|
"os_id" => 20,
|
||||||
"provider_id" => 90,
|
"provider_id" => 90,
|
||||||
"location_id" => 70,
|
"location_id" => 71,
|
||||||
"bandwidth" => 2000,
|
"bandwidth" => 2000,
|
||||||
"ipv4" => '127.0.0.1',
|
"ipv4" => '127.0.0.1',
|
||||||
"cpu" => 1,
|
"cpu" => 1,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user