mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-07-03 16:52:41 -05:00
POGOserver - Porting POGOserver to Visual Studio
This commit is contained in:
parent
00765eb873
commit
6dbeb0d915
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user