From e0aac878ffed13d4c6ed1521785f0eb8ea721bde Mon Sep 17 00:00:00 2001 From: Chris Baldauf Date: Fri, 27 Feb 2015 13:01:37 -0500 Subject: [PATCH] Fix default diagnostic port I noticed that the documented default diagnostics port and the actual were different. From what I could see, 5141 was the default diag port and 5142 was the default UDP port. Feel free to correct me if I'm mistaken. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b59c30..443380c 100644 --- a/README.md +++ b/README.md @@ -208,8 +208,8 @@ Options: -configFile: Specifies the path to the JSON config file, or directory which contains .json file(s). Default is -configFile:default.json -diagnosticPort: Specifies the diagnostic port which can be used to get a health check of the service. - Default Port is 5142, A value of 0 will disable it. Open a browser - http://localhost:5142 + Default Port is 5141, A value of 0 will disable it. Open a browser + http://localhost:5141 ``` #### -configFile This may be a single .json file or a directory containing .json file(s). If it is a directory, all