From 6dbeb0d915d4bad05aaa7ac878c52bdead4f64cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?--=3DFurtiF=E2=84=A2=3D--?= Date: Tue, 1 Nov 2016 22:28:12 +0100 Subject: [PATCH] POGOserver - Porting POGOserver to Visual Studio --- cfg.js.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg.js.example b/cfg.js.example index 9022b4e..dea777f 100644 --- a/cfg.js.example +++ b/cfg.js.example @@ -11,7 +11,7 @@ export default { API_ENABLE: true, API_USERNAME: "root", API_PASSWORD: "", - API_ALLOWED_HOSTS: ["localhost", "127.0.0.1"], + API_ALLOWED_HOSTS: ["localhost", "127.0.0.1", "localhost:9000", "127.0.0.1:9000"], // Server settings MAX_CONNECTIONS: 64,