We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73159e5 + 04097c8 commit 3a7a6caCopy full SHA for 3a7a6ca
commands/utils/constants.js
@@ -130,7 +130,8 @@ module.exports = {
130
},
131
FeatureFlagURL:{
132
stage:"https://api-stage-hyperexecute.lambdatestinternal.com/sentinel/v1.0/featureflags",
133
- prod:"https://api-hyperexecute.lambdatest.com/sentinel/v1.0/featureflags"
+ prod:"https://api-hyperexecute.lambdatest.com/sentinel/v1.0/featureflags",
134
+ beta:"https://api-stage-hyperexecute.lambdatestinternal.com/sentinel/v1.0/featureflags"
135
136
JobStatus_URL:{
137
stage:"https://api-stage-hyperexecute.lambdatestinternal.com/sentinel/v1.0/job/",
0 commit comments