chore: change Hub port to 8090 to avoid conflict with TapTrack on-prem (8080)
TapTrack on-prem runs on :8080 TapTrack Hub now runs on :8090 Both stacks can run simultaneously on the same machine for local testing.
This commit is contained in:
@@ -8,4 +8,5 @@ SMTP_PORT=587
|
||||
SMTP_USER=your-email@gmail.com
|
||||
SMTP_PASSWORD=your-app-password
|
||||
SMTP_FROM=noreply@taptrack.io
|
||||
HUB_BASE_URL=https://hub.taptrack.io
|
||||
# Local dev: http://localhost:8090 | Production: https://hub.taptrack.io
|
||||
HUB_BASE_URL=http://localhost:8090
|
||||
|
||||
Reference in New Issue
Block a user