Skip to content

Commit b79f1ec

Browse files
committed
add all supported kyc instances
1 parent e983cc0 commit b79f1ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkg/environment/environment.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ var (
117117
FlistURL: "redis://hub.grid.tf:9900",
118118
BinRepo: "tf-zos-v3-bins.dev",
119119
GraphQL: "https://graphql.dev.grid.tf/graphql",
120-
KycURL: "",
120+
KycURL: "https://kyc.dev.grid.tf",
121121
}
122122

123123
envTest = Environment{
@@ -133,7 +133,7 @@ var (
133133
FlistURL: "redis://hub.grid.tf:9900",
134134
BinRepo: "tf-zos-v3-bins.test",
135135
GraphQL: "https://graphql.test.grid.tf/graphql",
136-
KycURL: "",
136+
KycURL: "https://kyc.test.grid.tf",
137137
}
138138

139139
envQA = Environment{
@@ -149,7 +149,7 @@ var (
149149
FlistURL: "redis://hub.grid.tf:9900",
150150
BinRepo: "tf-zos-v3-bins.qanet",
151151
GraphQL: "https://graphql.qa.grid.tf/graphql",
152-
KycURL: "",
152+
KycURL: "https://kyc.qa.grid.tf",
153153
}
154154

155155
envProd = Environment{
@@ -168,7 +168,7 @@ var (
168168
FlistURL: "redis://hub.grid.tf:9900",
169169
BinRepo: "tf-zos-v3-bins",
170170
GraphQL: "https://graphql.grid.tf/graphql",
171-
KycURL: "https://kyc1.gent01.dev.grid.tf",
171+
KycURL: "https://kyc.grid.tf",
172172
}
173173
)
174174

0 commit comments

Comments
 (0)