Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions development.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
"graphql_urls": [
"https://graphql.dev.threefold.me/graphql"
],
"hub_url": "https://hub.threefold.me",
"flist_url": "redis://hub.threefold.me:9900",
"hub_url": ["https://hub.threefold.me"],
"flist_url": ["redis://hub.threefold.me:9900"],
"bin_repo": "tf-zos-v3-bins",
"kyc_url": "https://kyc.devnet.threefold.me",
"registrar_url": "https://registrar.prod4.threefold.me"
Expand Down
3 changes: 2 additions & 1 deletion production.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@
"https://graphql.grid.tf/graphql",
"https://graphql.02.grid.tf/graphql"
],
"flist_url": "redis://hub.threefold.me:9900",
"hub_url": ["https://hub.threefold.me"],
"flist_url": ["redis://hub.threefold.me:9900"],
"bin_repo": "tf-zos-v3-bins",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

u need to add hub url too,no?

"kyc_url": "https://kyc.threefold.me",
"registrar_url": "https://registrar.prod4.threefold.me"
Expand Down
3 changes: 2 additions & 1 deletion qa.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
"https://graphql.qa.grid.tf/graphql",
"https://graphql.02.qa.grid.tf/graphql"
],
"flist_url": "redis://hub.grid.tf:9900",
"hub_url": ["https://hub.threefold.me"],
"flist_url": ["redis://hub.grid.tf:9900"],
"bin_repo": "tf-zos-v3-bins.qanet",
"kyc_url": "https://kyc.qa.grid.tf",
"registrar_url": "https://registrar.qa4.grid.tf"
Expand Down
3 changes: 2 additions & 1 deletion testing.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@
"https://graphql.test.grid.tf/graphql",
"https://graphql.02.test.grid.tf/graphql"
],
"flist_url": "redis://hub.grid.tf:9900",
"hub_url": ["https://hub.threefold.me"],
"flist_url": ["redis://hub.grid.tf:9900"],
"bin_repo": "tf-zos-v3-bins.test",
"kyc_url": "https://kyc.test.grid.tf",
"registrar_url": "http://registrar.test4.grid.tf"
Expand Down
Loading