node.js - Meteor always listens on port 3000 -


i created new meteor project in webstorm on windows 8. in "run/debug configurations" set port value 3008, when run app, works on port 3000.

enter image description here enter image description here

does know meteor defines port number or how can change it?

i've searched words "3000", "port" , "listen" in entire project don't exist.

i've seen these questions didn't me because use express defines port number hard-coded: node.js/express.js app works on port 3000 , express listening on port 3000 despite setting 80?

any profoundly appreciated!

try passing -p 3008 program argument in meteor run configuration:

enter image description here

http://localhost:3008 in browser/live edit tab used browser launching (i.e. tells webstorm launch browser specified url), it's not supposed affect meteor port in way


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -