medic / cht-user-management

GNU Affero General Public License v3.0
4 stars 1 forks source link

Standardize on port 3500, redis being enabled #215

Closed mrjones-plip closed 3 weeks ago

mrjones-plip commented 3 weeks ago

We recently moved from standard port from 3000 to 3500 so when running locally the service didn't collide with grafana which often runs on port 3500. There's still some old code paths that assume 3000 which we should update.

as well, with cloud worker now being in main branch, you'll always need a REDIS_HOST and REDIS_PORT and actual redis service running. we should account for this in developer setup steps and env.example file.