mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-09-07 01:56:00 -05:00
POGOserver - Porting POGOserver to Visual Studio
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user