LearnersGuild / idm

identity management service
MIT License
2 stars 24 forks source link

Bugfix: port removed from config/development.js #157

Closed ameliavoncat closed 7 years ago

ameliavoncat commented 7 years ago

[No Issue]

Overview

Port is now correctly read from process.env in the development environment.

Environment / Configuration Changes

Removes a line from config/development.js that was setting the port to 9001 instead of using the env.

jeffreywescott commented 7 years ago

Thanks!