jaredhanson / locomotive

Powerful MVC web framework for Node.js.
http://locomotivejs.org/
MIT License
888 stars 135 forks source link

Allow configuring http server options using app settings #147

Closed drudge closed 10 years ago

drudge commented 10 years ago

Allow configuring http server options using app settings using this.set('port', 3000) and this.set('address', '0.0.0.0').