SteamedPears / Code-Review

A web app for reviewing code (and other text), written in node.js using redis as the persistent store.
http://review.steamedpears.com
ISC License
1 stars 2 forks source link

Pass in ports from start scripts #123

Closed psimonyi closed 11 years ago

psimonyi commented 11 years ago

The various ports we use are set near the tops of a few JS files. The start scripts should set the ports and pass them to the JS, so they're configurable without changing the source.

psimonyi commented 11 years ago

Closed by #126 since we now have /etc/server_devel.yml