Skip to content

Commit 9b18e0d

Browse files
committed
fix v4 hub storage
1 parent 5a7ab11 commit 9b18e0d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"hub_url": "https://hub.grid.tf",
9292
"v4_hub_url": "https://v4.hub.grid.tf",
9393
"hub_storage": "zdb://hub.grid.tf:9900",
94-
"v4_hub_storage": "zdb://hub.grid.tf:9900",
94+
"v4_hub_storage": "zdb://v4.hub.grid.tf:9940",
9595
"bin_repo": "tf-zos-v3-bins",
9696
"kyc_url": "https://kyc.devnet.threefold.me",
9797
"registrar_url": "https://registrar.prod4.threefold.me"

production.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"hub_url": "https://hub.grid.tf",
8686
"v4_hub_url": "https://v4.hub.grid.tf",
8787
"hub_storage": "zdb://hub.grid.tf:9900",
88-
"v4_hub_storage": "zdb://hub.grid.tf:9900",
88+
"v4_hub_storage": "zdb://v4.hub.grid.tf:9940",
8989
"bin_repo": "tf-zos-v3-bins",
9090
"kyc_url": "https://kyc.threefold.me",
9191
"registrar_url": "https://registrar.prod4.threefold.me"

qa.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"hub_url": "https://hub.grid.tf",
9595
"v4_hub_url": "https://v4.hub.grid.tf",
9696
"hub_storage": "zdb://hub.grid.tf:9900",
97-
"v4_hub_storage": "zdb://hub.grid.tf:9900",
97+
"v4_hub_storage": "zdb://v4.hub.grid.tf:9940",
9898
"bin_repo": "tf-zos-v3-bins.qanet",
9999
"kyc_url": "https://kyc.qa.grid.tf",
100100
"registrar_url": "https://registrar.qa4.grid.tf"

testing.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"hub_url": "https://hub.grid.tf",
9797
"v4_hub_url": "https://v4.hub.grid.tf",
9898
"hub_storage": "zdb://hub.grid.tf:9900",
99-
"v4_hub_storage": "zdb://hub.grid.tf:9900",
99+
"v4_hub_storage": "zdb://v4.hub.grid.tf:9940",
100100
"bin_repo": "tf-zos-v3-bins.test",
101101
"kyc_url": "https://kyc.test.grid.tf",
102102
"registrar_url": "http://registrar.test4.grid.tf"

0 commit comments

Comments
 (0)