mirah / dubious

A Web Framework Written in Mirah for running on AppEngine
Apache License 2.0
121 stars 13 forks source link

server rake task provides no way to override listening interface #22

Open technomancy opened 13 years ago

technomancy commented 13 years ago

Running "rake server" always listens on localhost no matter what. It would be convenient to allow it to bind to another interface.

baroquebobcat commented 13 years ago

Could you be more specific?

technomancy commented 13 years ago

I've got an appengine project that's just a web service for an android app. My emulator can't reach the development server launched by rake server since it's listening on 127.0.0.1 instead of 0.0.0.0, so it would be nice to be able to override that when desired. I could probably put together a patch for this; (maybe triggered by an environment varibale?) I just wanted to make sure it's tracked.