Fix description of host
and bind
config options (#378)
Commit da54263b8e
introduced a totally wrong description for those options. This one describes better what exactly those options do.
This commit is contained in:
parent
ee5a64436c
commit
bc5abc4c92
@ -11,7 +11,8 @@ module.exports = {
|
|||||||
public: true,
|
public: true,
|
||||||
|
|
||||||
//
|
//
|
||||||
// Allow connections from this host.
|
// IP address or hostname for the web server to listen on.
|
||||||
|
// Setting this to "0.0.0.0" will listen on all interfaces.
|
||||||
//
|
//
|
||||||
// @type string
|
// @type string
|
||||||
// @default "0.0.0.0"
|
// @default "0.0.0.0"
|
||||||
@ -27,8 +28,8 @@ module.exports = {
|
|||||||
port: 9000,
|
port: 9000,
|
||||||
|
|
||||||
//
|
//
|
||||||
// Set the local IP to bind to.
|
// Set the local IP to bind to for outgoing connections. Leave to undefined
|
||||||
// To listen on all IPs, set to undefined.
|
// to let the operating system pick its preferred one.
|
||||||
//
|
//
|
||||||
// @type string
|
// @type string
|
||||||
// @default undefined
|
// @default undefined
|
||||||
|
Loading…
Reference in New Issue
Block a user