set default binding to undefined
this will result in default behavior in app.listen within server.js
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ var opts = require('nomnom')
|
|||||||
})
|
})
|
||||||
.option('bind', {
|
.option('bind', {
|
||||||
abbr: 'b',
|
abbr: 'b',
|
||||||
default: "::",
|
default: undefined,
|
||||||
help: 'Bind address'
|
help: 'Bind address'
|
||||||
})
|
})
|
||||||
.option('port', {
|
.option('port', {
|
||||||
|
|||||||
Reference in New Issue
Block a user