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:
kevin-asprec
2026-03-16 08:00:19 +08:00
parent 73a17aaf9a
commit 2306094605
2 changed files with 6 additions and 5 deletions

View File

@@ -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