Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
re-Tick authored Feb 12, 2023
1 parent 9634b39 commit 8aaaf00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export KEPLOY_APP_DELAY=5 # time delay before starting testruns(in seconds)
export KEPLOY_APP_TIMEOUT=100 # should be number
# export KEPLOY_APP_FILTER={"urlRegex":"*"} # should be json not to capture for certain url's
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
# export KEPLOY_SERVER_LICENSE="XXX-XXX-XXX" # hosted keploy server api key
```
### KEPLOY_MODE
Expand Down

0 comments on commit 8aaaf00

Please sign in to comment.