From 6ea1dd65bbdf9baaf98cb713b4d9948e8662946d Mon Sep 17 00:00:00 2001 From: sawka Date: Mon, 30 Jan 2023 11:36:02 -0800 Subject: [PATCH] update ports --- cmd/main-server.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/main-server.go b/cmd/main-server.go index 54ab16ff..345e46df 100644 --- a/cmd/main-server.go +++ b/cmd/main-server.go @@ -36,8 +36,8 @@ const HttpWriteTimeout = 21 * time.Second const HttpMaxHeaderBytes = 60000 const HttpTimeoutDuration = 21 * time.Second -const MainServerAddr = "localhost:8080" -const WebSocketServerAddr = "localhost:8081" +const MainServerAddr = "localhost:1619" // PromptServer, P=16, S=19, PS=1619 +const WebSocketServerAddr = "localhost:1623" // PromptWebsock, P=16, W=23, PW=1623 const MainServerDevAddr = "localhost:8090" const WebSocketServerDevAddr = "localhost:8091" const WSStateReconnectTime = 30 * time.Second