Hacker News new | ask | show | jobs
by hsartoris 2291 days ago
I got it to run on a different port just fine with the MO_PORT environment variable, FWIW.
1 comments

Turns out its just too early in the day. I wasn't saving the variable beyond setting it. So when I switched terminals it didn't exist. Put it in my bash profile and all is well.
You can use .env file too, or even put it before the command like that:

MO_PORT=8888 ./monitoror

:)