aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorkongr45gpen <electrovesta@gmail.com>2018-01-06 13:18:18 +0200
committerkongr45gpen <electrovesta@gmail.com>2018-01-06 13:19:18 +0200
commit4ac15ab8421c2c92322e715ffd1550203b212a21 (patch)
tree03fffd2c756411aaeaf188223ca4b946b71cd4d3 /docs
parente04c3d95dd46a40af04e31a0020aec5f02043da3 (diff)
downloadsupybot_github-4ac15ab8421c2c92322e715ffd1550203b212a21.tar.gz
supybot_github-4ac15ab8421c2c92322e715ffd1550203b212a21.tar.bz2
supybot_github-4ac15ab8421c2c92322e715ffd1550203b212a21.zip
Add configuration value to specify the binding address of the HTTP server
Implements #24
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.rst15
1 files changed, 14 insertions, 1 deletions
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

© 2014-2024 Faster IT GmbH | imprint | privacy policy