Skip to content

Commit 4497296

Browse files
committed
remove storage url from config
1 parent 3b94fa2 commit 4497296

File tree

4 files changed

+4
-16
lines changed

4 files changed

+4
-16
lines changed

development.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,9 @@
8686
"https://03.geoip.grid.tf/",
8787
"https://geoip.threefold.me/"
8888
],
89-
"flist_url": "redis://hub.grid.tf:9900",
90-
"v4_flist_url": "redis://v4.hub.grid.tf:9940",
91-
"hub_url": "https://hub.grid.tf",
92-
"v4_hub_url": "https://v4.hub.grid.tf",
93-
"hub_storage": "zdb://hub.grid.tf:9900",
94-
"v4_hub_storage": "zdb://v4.hub.grid.tf:9940",
89+
"flist_url": "redis://hub.threefold.me:9900",
90+
"hub_url": "https://hub.threefold.me",
91+
"v4_hub_url": "https://v4.hub.threefold.me",
9592
"bin_repo": "tf-zos-v3-bins",
9693
"kyc_url": "https://kyc.devnet.threefold.me",
9794
"registrar_url": "https://registrar.dev4.threefold.me"

production.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,9 @@
8080
"https://03.geoip.grid.tf/",
8181
"https://geoip.threefold.me/"
8282
],
83-
"flist_url": "redis://hub.grid.tf:9900",
84-
"v4_flist_url": "redis://v4.hub.grid.tf:9940",
83+
"flist_url": "redis://hub.threefold.me:9900",
8584
"hub_url": "https://hub.grid.tf",
8685
"v4_hub_url": "https://v4.hub.grid.tf",
87-
"hub_storage": "zdb://hub.grid.tf:9900",
88-
"v4_hub_storage": "zdb://v4.hub.grid.tf:9940",
8986
"bin_repo": "tf-zos-v3-bins",
9087
"kyc_url": "https://kyc.threefold.me",
9188
"registrar_url": "https://registrar.prod4.threefold.me"

qa.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,8 @@
9090
"https://geoip.threefold.me/"
9191
],
9292
"flist_url": "redis://hub.grid.tf:9900",
93-
"v4_flist_url": "redis://v4.hub.grid.tf:9940",
9493
"hub_url": "https://hub.grid.tf",
9594
"v4_hub_url": "https://v4.hub.grid.tf",
96-
"hub_storage": "zdb://hub.grid.tf:9900",
97-
"v4_hub_storage": "zdb://v4.hub.grid.tf:9940",
9895
"bin_repo": "tf-zos-v3-bins.qanet",
9996
"kyc_url": "https://kyc.qa.grid.tf",
10097
"registrar_url": "https://registrar.qa4.grid.tf"

testing.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,8 @@
9292
"https://geoip.threefold.me/"
9393
],
9494
"flist_url": "redis://hub.grid.tf:9900",
95-
"v4_flist_url": "redis://v4.hub.grid.tf:9940",
9695
"hub_url": "https://hub.grid.tf",
9796
"v4_hub_url": "https://v4.hub.grid.tf",
98-
"hub_storage": "zdb://hub.grid.tf:9900",
99-
"v4_hub_storage": "zdb://v4.hub.grid.tf:9940",
10097
"bin_repo": "tf-zos-v3-bins.test",
10198
"kyc_url": "https://kyc.test.grid.tf",
10299
"registrar_url": "http://registrar.test4.grid.tf"

0 commit comments

Comments
 (0)