From ca118cde8a4cbd403cac80110934d05072bacb2d Mon Sep 17 00:00:00 2001 From: Michael <32310492+michaelgv@users.noreply.github.com> Date: Thu, 19 Oct 2017 08:36:34 -0400 Subject: [PATCH] Change port 9000 default to 8116 default --- configs/development.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/development.json b/configs/development.json index c6c5f644b5..aea44b1e3f 100644 --- a/configs/development.json +++ b/configs/development.json @@ -82,7 +82,7 @@ "firefox": { "webSocketConnection": false, "host": "localhost", - "webSocketPort": 9000, + "webSocketPort": 8116, "tcpPort": 6080, "mcPath": "./firefox" },