diff --git a/http/http-client.env.json b/http/http-client.env.json index bf85d2ec..4b5d8f2d 100644 --- a/http/http-client.env.json +++ b/http/http-client.env.json @@ -4,7 +4,7 @@ "wsHost": "ws://localhost:8001" }, "prod": { - "appHost": "http://localhost:8080", - "wsHost": "ws://localhost:8001" + "appHost": "http://121.190.193.50:6081", + "wsHost": "ws://121.190.193.50:6082" } }