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)
5555export KEPLOY_APP_TIMEOUT=100 # should be number
5656# export KEPLOY_APP_FILTER={"urlRegex":"*"} # should be json not to capture for certain url's
5757
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
5959# export KEPLOY_SERVER_LICENSE="XXX-XXX-XXX" # hosted keploy server api key
6060```
6161### KEPLOY_MODE
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ export default class Keploy {
8080 }
8181
8282 validateServerConfig ( {
83- url = process . env . KEPLOY_SERVER_URL || "http://localhost:8081 /api" ,
83+ url = process . env . KEPLOY_SERVER_URL || "http://localhost:6789 /api" ,
8484 licenseKey = process . env . KEPLOY_LICENSE_KEY || "" ,
8585 } ) {
8686 return { url, licenseKey } ;
You can’t perform that action at this time.
0 commit comments