Raathigesh / atmo

:heavy_check_mark: Mock data for your prototypes and demos. Remote deployments to Zeit now.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can't change CP Port

Chathula opened this issue · comments

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

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.

Thank you for info!!!

Added this to roadmap #34