Raathigesh / atmo

:heavy_check_mark: Mock data for your prototypes and demos. Remote deployments to Zeit now.
815 stars 46 forks source link

can't change CP Port #37

Closed Chathula closed 7 years ago

Chathula commented 7 years ago

Is there a way to change the port of Atmo mission control? i think it is a necessary thing for the users.

Raathigesh commented 7 years ago

I agree but unfortunately there is no direct parameter to specify the mission control port. I will add an option soon.

But if you set the process.env.PORT variable, Atmo will use that.

In a windows machine, you could set the port by executing set port=5555 in the command prompt and then executing atmo in the same command prompt. Now Atmo will use 5555 as the port.

More info on setting environment variable in other platforms.

Chathula commented 7 years ago

Thank you for info!!!

Raathigesh commented 7 years ago

Added this to roadmap #34