POGOserver - Porting POGOserver to Visual Studio

This commit is contained in:
--=FurtiF™=-- 2016-11-01 22:28:12 +01:00
parent 00765eb873
commit 6dbeb0d915

View File

@ -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,