config(backend): set default backend port to 5002 to avoid port collision with crm_backend

This commit is contained in:
Inamul-hasan-tec
2026-08-08 10:54:57 +05:30
parent a55b03568d
commit 24caaaf93f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
PORT=5001
PORT=5002
NODE_ENV=development
CORS_ORIGIN=http://localhost:5173
JWT_SECRET=supersecretjwtkeythatislongandsecure
+1 -1
View File
@@ -1,4 +1,4 @@
PORT=5001
PORT=5002
NODE_ENV=local
CORS_ORIGIN=http://localhost:5173
JWT_SECRET=supersecretjwtkeythatislongandsecure