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 2c4e807 commit 6e80039Copy full SHA for 6e80039
pkg/global/synapseconstants.go
@@ -34,13 +34,13 @@ var TASCloudURL map[string]string
34
35
func init() {
36
SocketURL = map[string]string{
37
- "stage": "wss://stage-api.tas.lambdatest.com/ws/",
+ "stage": "wss://stage-api-tas.lambdatestinternal.com/ws/",
38
"dev": "ws://host.docker.internal/ws/",
39
"prod": "wss://api.tas.lambdatest.com/ws/",
40
"pi": "wss://api.tas-pi.lambdatest.com/ws/",
41
}
42
TASCloudURL = map[string]string{
43
- "stage": "https://stage-api.tas.lambdatest.com",
+ "stage": "https://stage-api-tas.lambdatestinternal.com",
44
"dev": "http://host.docker.internal",
45
"prod": "https://api.tas.lambdatest.com",
46
"pi": "https://api.tas-pi.lambdatest.com",
0 commit comments