Skip to content
Snippets Groups Projects
Commit 50c6dc1e authored by David Ferreira Quaresma's avatar David Ferreira Quaresma Committed by Sean Busbey
Browse files

[rest] set default url.prefix to specified at readme file (#1309)

Fix docs to give correct default port
parent 8b9bb8fb
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ The default settings for the rest binding are as follows:
- `url.prefix`
- The base endpoint URL where the webservice is running. URLs from trace files (DELETE, GET, POST, PUT) will be prefixed with this value before making an HTTP request. A common usage value would be http://127.0.0.1:8080/{yourService}
- Default value is `http://127.0.0.1:80/`.
- Default value is `http://127.0.0.1:8080/`.
- `url.trace.read`
- The path to a trace file that holds the URLs to be invoked for HTTP GET method. URLs must be seperated by a newline.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment