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.
1 parent fac8723 commit 7e43346Copy full SHA for 7e43346
localEvaluation/localEvaluation.go
@@ -13,10 +13,10 @@ import (
13
var (
14
client *local.Client
15
LocalEvaluationConfigDebug = true
16
- LocalEvaluationConfigServerUrl = "http://127.0.0.1:3546"
+ LocalEvaluationConfigServerUrl = "https://api.lambdatest.com"
17
LocalEvaluationConfigPollInterval = 120
18
LocalEvaluationConfigPollerRequestTimeout = 10
19
- LocalEvaluationDeploymentKey = "server-nhoI6uVnw9f9D8szaMag0qvcIFi9JFf0"
+ LocalEvaluationDeploymentKey = "server-jAqqJaX3l8PgNiJpcv9j20ywPzANQQFh"
20
)
21
22
type Variant struct {
0 commit comments