Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 170 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 170 Bytes

chatAppMERN

.env template

PORT = <port_numebr>

MONGO_DB_URI = <mongo_uri>

JWT_SECRET = <jwt_token>

NODE_ENV = < development OR production >