Skip to content

Commit 8aaaf00

Browse files
authored
Update README.md
1 parent 9634b39 commit 8aaaf00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export KEPLOY_APP_DELAY=5 # time delay before starting testruns(in seconds)
5555
export 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:6789/api" # self hosted keploy running server
58+
export KEPLOY_SERVER_URL="localhost:6789" # url to self hosted keploy grpc server
5959
# export KEPLOY_SERVER_LICENSE="XXX-XXX-XXX" # hosted keploy server api key
6060
```
6161
### KEPLOY_MODE

0 commit comments

Comments
 (0)