burakorkmez / mern-chat-app

Real Time Chat App | MERN && Socket.io && JWT
MIT License
623 stars 175 forks source link

server.js performs dotenv.config() after PORT assignment #13

Closed shared-techs closed 2 months ago

shared-techs commented 2 months ago

In server.js, PORT is assigned prior to running dotenv.config(), which results in PORT always equating to 5000.

burakorkmez commented 2 months ago

Huh! Didn't realize while recording. Updated the code. Thanks for letting me know!