🔧 Testing variations for troubleshooting socket.io issues
This commit is contained in:
@@ -36,9 +36,9 @@ export const IMPORT_SERVICE_BASE_URI = hostURIBuilder({
|
||||
apiPath: "/api/import",
|
||||
});
|
||||
|
||||
export const SOCKET_BASE_URI = hostURIBuilder({
|
||||
protocol: "http",
|
||||
host: process.env.LIBRARY_SOCKET_HOST || "localhost",
|
||||
port: "3001",
|
||||
apiPath: `/`,
|
||||
});
|
||||
// export const SOCKET_BASE_URI = hostURIBuilder({
|
||||
// protocol: "http",
|
||||
// host: process.env.LIBRARY_SOCKET_HOST || "localhost",
|
||||
// port: "3001",
|
||||
// apiPath: `/`,
|
||||
// });
|
||||
|
||||
Reference in New Issue
Block a user