🔧 Fixes
This commit is contained in:
@@ -40,10 +40,10 @@ export const IMPORT_SERVICE_BASE_URI = hostURIBuilder({
|
|||||||
apiPath: "/api/import",
|
apiPath: "/api/import",
|
||||||
});
|
});
|
||||||
|
|
||||||
export const SOCKET_BASE_URI = hostURIBuilder({
|
// export const SOCKET_BASE_URI = hostURIBuilder({
|
||||||
protocol: "http",
|
// protocol: "http",
|
||||||
// host: process.env.LIBRARY_SOCKET_HOST || "localhost",
|
// // host: process.env.LIBRARY_SOCKET_HOST || "localhost",
|
||||||
host: "localhost",
|
// host: "localhost",
|
||||||
port: "3001",
|
// port: "3001",
|
||||||
apiPath: `/`,
|
// apiPath: `/`,
|
||||||
});
|
// });
|
||||||
|
|||||||
Reference in New Issue
Block a user