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 ac9f9c9 commit 66f260eCopy full SHA for 66f260e
lib/fetchDownloadSourceUrl.js
@@ -6,7 +6,7 @@ const authToken = process.argv[2], proxyHost = process.argv[3], proxyPort = proc
6
7
let body = '', data = {"auth_token": authToken};
8
const options = {
9
- hostname: 'k8s-devlocal.bsstag.com',
+ hostname: 'local.browserstack.com',
10
port: 443,
11
path: '/binary/api/v1/endpoint',
12
method: 'POST',
0 commit comments