Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Steps to change port.

Backend

 Goto .env file and change PORT default will be 8005


 Then save the file restart server if sever running with pm2
 Command - pm2 restart index.mjs

Change Backend API port in Frontend

 Goto config.json file and change apiUrl default will be 8005


 Then save the file please make sure backend port and apiUrl port must be same

You might also like