Node server on OS X using computer's name instead of localhost/IP

226 views Asked by At

For some reason when I start my Node/Hapi server the address it uses my computer's name.

I.e., server started on computerName:3000 instead of server started on localhost:3000. I haven't run this server in a while, so i don't exactly remember what, if anything, I changed (it would be something on my computer, it seems, since I would see any code changes in Git). How can I get it to use localhost instead?

0

There are 0 answers