mirror of
https://github.com/cp6/my-idlers.git
synced 2024-11-16 15:33:44 +01:00
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",
|
||||
"os_id" => 20,
|
||||
"provider_id" => 90,
|
||||
"location_id" => 34,
|
||||
"location_id" => 35,
|
||||
"bandwidth" => 1000,
|
||||
"ipv4" => '127.0.0.1',
|
||||
"cpu" => 1,
|
||||
@ -44,7 +44,7 @@ class ServersSeeder extends Seeder
|
||||
"hostname" => "sg.node.ai",
|
||||
"os_id" => 20,
|
||||
"provider_id" => 90,
|
||||
"location_id" => 70,
|
||||
"location_id" => 71,
|
||||
"bandwidth" => 2000,
|
||||
"ipv4" => '127.0.0.1',
|
||||
"cpu" => 1,
|
||||
|
Loading…
Reference in New Issue
Block a user