标签: node.js macos hapijs
出于某种原因,当我启动我的Node / Hapi服务器时,它使用我的计算机名称的地址。
即, server started on computerName:3000代替server started on localhost:3000。 我暂时没有运行这个服务器了,所以我不记得我改变了什么(如果有的话)(这似乎是我的计算机上的东西,因为我会看到Git中的任何代码更改) )。我怎样才能让它使用localhost呢?
server started on computerName:3000
server started on localhost:3000