diff --git a/src/client/constants/endpoints.ts b/src/client/constants/endpoints.ts index 1dd7653..59dc08e 100644 --- a/src/client/constants/endpoints.ts +++ b/src/client/constants/endpoints.ts @@ -38,7 +38,7 @@ export const IMPORT_SERVICE_BASE_URI = hostURIBuilder({ export const SOCKET_BASE_URI = hostURIBuilder({ protocol: "http", - host: process.env.LIBRARY_SOCKET_HOST || "localhost", + host: process.env.UNDERLYING_HOSTNAME || "localhost", port: "3001", apiPath: `/`, });