From 4ac15ab8421c2c92322e715ffd1550203b212a21 Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Sat, 6 Jan 2018 13:18:18 +0200 Subject: Add configuration value to specify the binding address of the HTTP server Implements #24 --- docs/configuration.rst | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/configuration.rst b/docs/configuration.rst index 25c8849..f916f40 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -60,9 +60,22 @@ Available configuration values :Type: String :Scope: `Global` +``address`` + The IP address or hostname that the HTTP server receiving event information + will bind to. The default empty value of ``''`` or ``0.0.0.0`` will work for + almost all cases. + + :Default value: ```` + :Type: String + :Scope: `Global` + + A plugin reload will be required so that changes in this value can be applied. + ``port`` The port which will be used by the HTTP server to receive event information - from Github and other services + from Github and other services. + + A plugin reload will be required so that changes in this value can be applied. :Default value: `8093` :Type: Integer -- cgit v1.2.3