mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-08-20 09:24:01 -05:00
Update
- Updated dependencies - Fixed asset digest retrieve bug
This commit is contained in:
BIN
asset_digest
BIN
asset_digest
Binary file not shown.
3
cfg.js
3
cfg.js
@@ -10,7 +10,7 @@ export const SERVER_LOG_REQUESTS = true;
|
||||
|
||||
export const SERVER_DEFAULT_CONSOLE_COLOR = 32;
|
||||
|
||||
export const ASSET_DIGEST_PATH = "0005368950BD6068_ASSET_DIGEST";
|
||||
export const ASSET_DIGEST_PATH = "ASSET_DIGEST";
|
||||
|
||||
export const MINIMUM_CLIENT_VERSION = "0.33.0";
|
||||
|
||||
@@ -22,5 +22,6 @@ export const SERVER_MONGO_URL = `mongodb://${SERVER_MONGO_HOST_IP}:${SERVER_MONG
|
||||
|
||||
export const SERVER_GMAPS_API_KEY = "AIzaSyDF9rkP8lhcddBtvH9gVFzjnNo13WtmJIM";
|
||||
|
||||
// account used for pogo-asset-downloader lib
|
||||
export const SERVER_POGO_CLIENT_USERNAME = "USERNAME";
|
||||
export const SERVER_POGO_CLIENT_PASSWORD = "PASSWORD";
|
||||
@@ -21,7 +21,9 @@
|
||||
"protobufjs": "^5.0.1",
|
||||
"mongodb": "^2.2.5",
|
||||
"jwt-decode": "^2.1.0",
|
||||
"long": "^3.2.0"
|
||||
"long": "^3.2.0",
|
||||
"pogo-asset-downloader": "^0.1.0",
|
||||
"path": "^0.12.7"
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user