fix socketcluster port for environments

This commit is contained in:
Ronald A. Richardson
2024-01-03 17:37:35 +08:00
parent 1c0af1a119
commit 8bb2c6b65d
2 changed files with 3 additions and 3 deletions

View File

@@ -2,8 +2,8 @@ API_HOST=https://api.newproduction.fleetbase.io
API_NAMESPACE=int/v1
API_SECURE=true
SOCKETCLUSTER_PATH=/socketcluster/
SOCKETCLUSTER_HOST=socket.fleetbase.io
SOCKETCLUSTER_HOST=socket.newproduction.fleetbase.io
SOCKETCLUSTER_SECURE=true
SOCKETCLUSTER_PORT=38000
SOCKETCLUSTER_PORT=8000
OSRM_HOST=https://bundle.routing.fleetbase.io
OSRM_SERVERS=https://canada.routing.fleetbase.io,https://us.routing.fleetbase.io

View File

@@ -4,6 +4,6 @@ API_SECURE=true
SOCKETCLUSTER_PATH=/socketcluster/
SOCKETCLUSTER_HOST=socket.qa.fleetbase.io
SOCKETCLUSTER_SECURE=true
SOCKETCLUSTER_PORT=38000
SOCKETCLUSTER_PORT=8000
OSRM_HOST=https://bundle.routing.fleetbase.io
OSRM_SERVERS=https://canada.routing.fleetbase.io,https://us.routing.fleetbase.io