diff --git a/.research/frontend-refactor/config.ts b/.research/frontend-refactor/config.ts index 09069ad..64acc3e 100644 --- a/.research/frontend-refactor/config.ts +++ b/.research/frontend-refactor/config.ts @@ -1,7 +1,7 @@ let httpProtocol = "http"; let websocketProtocol = "ws"; const hostname = "140.130.34.65"; -const port = 59182; +const port = 2048; export const host = `${hostname}:${port}`; export const siteUrl = `${httpProtocol}://${host}`