mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-09-09 02:56:52 -05:00
Update
- Removed .save file - Moved allowed api hosts into configuration file - Determine first run by failed asset validation
This commit is contained in:
@@ -13,6 +13,7 @@ export default {
|
||||
API_ENABLE: true,
|
||||
API_USERNAME: "root",
|
||||
API_PASSWORD: "",
|
||||
API_ALLOWED_HOSTS: ["localhost", "127.0.0.1"],
|
||||
|
||||
// Server settings
|
||||
MAX_CONNECTIONS: 64,
|
||||
|
||||
Reference in New Issue
Block a user