o serviço iônico é iniciado no host local e não no IP do servidor

Ao executar o serviço iônico, vejo o seguinte:

  Gulp startup tasks: [ 'sass', 'watch' ]
  Running dev server: http://localhost:8100
  Running live reload server: http://localhost:35729
  Watching : [ 'www/**/*', '!www/lib/**/*' ]
  Ionic server commands, enter:
    restart or r to restart the client app from the root
    goto or g and a url to have the app navigate to the given url
    consolelogs or c to enable/disable console log output
    serverlogs or s to enable/disable server log output
    quit or q to shutdown the server and exit

O que significa que não consigo acessar o aplicativo a partir de um navegador, pois está apenas ouvindo o host local. Como posso alterar o host local para o IP do servidor real?

obrigado

questionAnswers(2)

yourAnswerToTheQuestion