diff --git a/.env.development b/.env.development index 2b3de24..d7aa0ae 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ -PORT=5001 +PORT=5002 NODE_ENV=development CORS_ORIGIN=http://localhost:5173 JWT_SECRET=supersecretjwtkeythatislongandsecure diff --git a/.env.local b/.env.local index 6855ce3..6c6f3f4 100644 --- a/.env.local +++ b/.env.local @@ -1,4 +1,4 @@ -PORT=5001 +PORT=5002 NODE_ENV=local CORS_ORIGIN=http://localhost:5173 JWT_SECRET=supersecretjwtkeythatislongandsecure