Skip to content

Commit 7e43346

Browse files
committed
added working changes.
locally tested
1 parent fac8723 commit 7e43346

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

localEvaluation/localEvaluation.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ import (
1313
var (
1414
client *local.Client
1515
LocalEvaluationConfigDebug = true
16-
LocalEvaluationConfigServerUrl = "http://127.0.0.1:3546"
16+
LocalEvaluationConfigServerUrl = "https://api.lambdatest.com"
1717
LocalEvaluationConfigPollInterval = 120
1818
LocalEvaluationConfigPollerRequestTimeout = 10
19-
LocalEvaluationDeploymentKey = "server-nhoI6uVnw9f9D8szaMag0qvcIFi9JFf0"
19+
LocalEvaluationDeploymentKey = "server-jAqqJaX3l8PgNiJpcv9j20ywPzANQQFh"
2020
)
2121

2222
type Variant struct {

0 commit comments

Comments
 (0)