Fix port conflict: Change backend from 3001 to 3002
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Server
|
||||
PORT=3001
|
||||
PORT=3002
|
||||
NODE_ENV=development
|
||||
|
||||
# Database
|
||||
@@ -21,7 +21,7 @@ SMTP_PASS=your-sendgrid-api-key
|
||||
|
||||
# App
|
||||
APP_URL=http://localhost:3000
|
||||
API_URL=http://localhost:3001
|
||||
API_URL=http://localhost:3002
|
||||
|
||||
# Rate Limiting
|
||||
MAX_MONITORS_FREE=5
|
||||
|
||||
Reference in New Issue
Block a user