🔧 Updated LIBRARY_SOCKET_HOST

This commit is contained in:
2021-10-28 11:54:20 -07:00
parent 086cdb3817
commit 2406c68216
4 changed files with 5 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ export const IMPORT_SERVICE_BASE_URI = hostURIBuilder({
export const SOCKET_BASE_URI = hostURIBuilder({
protocol: "http",
host: process.env.DOCKER_HOST || "localhost",
host: process.env.LIBRARY_SOCKET_HOST || "localhost",
port: "3001",
apiPath: `/`,
});