You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Running "rake server" always listens on localhost no matter what. It would be convenient to allow it to bind to another interface.
The text was updated successfully, but these errors were encountered: