@@ -117,7 +117,7 @@ var (
117
117
FlistURL : "redis://hub.grid.tf:9900" ,
118
118
BinRepo : "tf-zos-v3-bins.dev" ,
119
119
GraphQL : "https://graphql.dev.grid.tf/graphql" ,
120
- KycURL : "" ,
120
+ KycURL : "https://kyc.dev.grid.tf " ,
121
121
}
122
122
123
123
envTest = Environment {
@@ -133,7 +133,7 @@ var (
133
133
FlistURL : "redis://hub.grid.tf:9900" ,
134
134
BinRepo : "tf-zos-v3-bins.test" ,
135
135
GraphQL : "https://graphql.test.grid.tf/graphql" ,
136
- KycURL : "" ,
136
+ KycURL : "https://kyc.test.grid.tf " ,
137
137
}
138
138
139
139
envQA = Environment {
@@ -149,7 +149,7 @@ var (
149
149
FlistURL : "redis://hub.grid.tf:9900" ,
150
150
BinRepo : "tf-zos-v3-bins.qanet" ,
151
151
GraphQL : "https://graphql.qa.grid.tf/graphql" ,
152
- KycURL : "" ,
152
+ KycURL : "https://kyc.qa.grid.tf " ,
153
153
}
154
154
155
155
envProd = Environment {
@@ -168,7 +168,7 @@ var (
168
168
FlistURL : "redis://hub.grid.tf:9900" ,
169
169
BinRepo : "tf-zos-v3-bins" ,
170
170
GraphQL : "https://graphql.grid.tf/graphql" ,
171
- KycURL : "https://kyc1.gent01.dev .grid.tf" ,
171
+ KycURL : "https://kyc .grid.tf" ,
172
172
}
173
173
)
174
174
0 commit comments