From a21fd3aeba7d8cd573bd25047a905dd862cf0baa Mon Sep 17 00:00:00 2001 From: Massimo Candela Date: Sun, 30 May 2021 14:14:09 +0200 Subject: [PATCH] improved inline documentation for config.yml.example --- config.yml.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.yml.example b/config.yml.example index 7625ae8..f648444 100644 --- a/config.yml.example +++ b/config.yml.example @@ -267,7 +267,8 @@ persistStatus: true ############################ # REST API settings: # - rest.host -# The IP address the server will listen. By default is localhost +# The IP address the server will listen. The default value is localhost, this means the API will not be reachable +# from another host. To make it public use null or 0.0.0.0. # - rest.port # The port the server will listen