Closed drudge closed 10 years ago
Allow configuring http server options using app settings using this.set('port', 3000) and this.set('address', '0.0.0.0').
this.set('port', 3000)
this.set('address', '0.0.0.0')
Allow configuring http server options using app settings using
this.set('port', 3000)
andthis.set('address', '0.0.0.0')
.