config(backend): set default backend port to 5002 to avoid port collision with crm_backend
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
PORT=5001
|
||||
PORT=5002
|
||||
NODE_ENV=development
|
||||
CORS_ORIGIN=http://localhost:5173
|
||||
JWT_SECRET=supersecretjwtkeythatislongandsecure
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
PORT=5001
|
||||
PORT=5002
|
||||
NODE_ENV=local
|
||||
CORS_ORIGIN=http://localhost:5173
|
||||
JWT_SECRET=supersecretjwtkeythatislongandsecure
|
||||
|
||||
Reference in New Issue
Block a user