From d8e14050098ae5038394ee17cc342399c684de87 Mon Sep 17 00:00:00 2001 From: Quentin Brooks Date: Tue, 13 Oct 2015 19:59:57 -0400 Subject: [PATCH] Making the server external by default. Because if your computer is facing the internet, people on your buildblast server is the least of your problems! --- client/server_config.default.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/server_config.default.json b/client/server_config.default.json index 30708b4..d95c447 100644 --- a/client/server_config.default.json +++ b/client/server_config.default.json @@ -1,6 +1,6 @@ { - "host": "localhost", - "port": 8080, + "host": "", + "port": 8079, "//port_comment": [ "Web uses this port, server uses port+1", "(TODO: seperate config for these two ports)"],