From 50c6dc1ebabd789e91d7ca28f4eeac19881f80d2 Mon Sep 17 00:00:00 2001
From: David Ferreira Quaresma <david.quaresma@ccc.ufcg.edu.br>
Date: Sat, 1 Jun 2019 10:24:24 -0300
Subject: [PATCH] [rest] set default url.prefix to specified at readme file
 (#1309)

Fix docs to give correct default port
---
 rest/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rest/README.md b/rest/README.md
index ffc9a1b8..3a1186c2 100644
--- a/rest/README.md
+++ b/rest/README.md
@@ -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.
-- 
GitLab