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 9634b39 commit 8aaaf00Copy full SHA for 8aaaf00
README.md
@@ -55,7 +55,7 @@ export KEPLOY_APP_DELAY=5 # time delay before starting testruns(in seconds)
55
export KEPLOY_APP_TIMEOUT=100 # should be number
56
# export KEPLOY_APP_FILTER={"urlRegex":"*"} # should be json not to capture for certain url's
57
58
-export KEPLOY_SERVER_URL="http://localhost:6789/api" # self hosted keploy running server
+export KEPLOY_SERVER_URL="localhost:6789" # url to self hosted keploy grpc server
59
# export KEPLOY_SERVER_LICENSE="XXX-XXX-XXX" # hosted keploy server api key
60
```
61
### KEPLOY_MODE
0 commit comments