*Almost* have Derby up and running on Heroku, but I'm getting some port binding errors in the logs. Wondering where I change port info in Derby.js Only thing I'm seeing in the documentation about ports is under stores. Any info on how to set this?
Here's the error (in bold) in the Heroku logs:
2012-06-03T20:27:12+00:00 heroku[web.1]: Starting process with command `node server.js`
2012-06-03T20:27:13+00:00 app[web.1]: info:
socket.io started
2012-06-03T20:27:13+00:00 app[web.1]: `kill -s SIGUSR2 1` to force cluster reload
2012-06-03T20:27:13+00:00 app[web.1]: Starting cluster with 1 workers in undefined mode
2012-06-03T20:27:14+00:00 heroku[web.1]: Error R11 (Bad bind) -> Process bound to port 3000, should be 6302 (see environment variable PORT)
2012-06-03T20:27:14+00:00 heroku[web.1]: Stopping process with SIGKILL
2012-06-03T20:27:15+00:00 heroku[web.1]: Process exited with status 137
2012-06-03T20:27:15+00:00 heroku[web.1]: State changed from starting to crashed
As you can see, Heroku is telling me to check the "environment variable PORT," but I thought I'd also post this here in case anyone had any clue...Thx!