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:
Max-P 2016-06-15 18:15:24 -04:00 committed by Pavel Djundik
parent ee5a64436c
commit bc5abc4c92

View File

@ -11,7 +11,8 @@ module.exports = {
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
// @default "0.0.0.0"
@ -27,8 +28,8 @@ module.exports = {
port: 9000,
//
// Set the local IP to bind to.
// To listen on all IPs, set to undefined.
// Set the local IP to bind to for outgoing connections. Leave to undefined
// to let the operating system pick its preferred one.
//
// @type string
// @default undefined