File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ export KEPLOY_APP_DELAY=5 # time delay before starting testruns(in seconds)
55
55
export KEPLOY_APP_TIMEOUT=100 # should be number
56
56
# export KEPLOY_APP_FILTER={"urlRegex":"*"} # should be json not to capture for certain url's
57
57
58
- export KEPLOY_SERVER_URL="http://localhost:8081 /api" # self hosted keploy running server
58
+ export KEPLOY_SERVER_URL="http://localhost:6789 /api" # self hosted keploy running server
59
59
# export KEPLOY_SERVER_LICENSE="XXX-XXX-XXX" # hosted keploy server api key
60
60
```
61
61
### KEPLOY_MODE
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ export default class Keploy {
80
80
}
81
81
82
82
validateServerConfig ( {
83
- url = process . env . KEPLOY_SERVER_URL || "http://localhost:8081 /api" ,
83
+ url = process . env . KEPLOY_SERVER_URL || "http://localhost:6789 /api" ,
84
84
licenseKey = process . env . KEPLOY_LICENSE_KEY || "" ,
85
85
} ) {
86
86
return { url, licenseKey } ;
You can’t perform that action at this time.
0 commit comments