- Updated dependencies
- Fixed asset digest retrieve bug
This commit is contained in:
Felix
2016-08-15 16:51:17 +02:00
parent bf4e26e338
commit da362f3011
3 changed files with 5 additions and 2 deletions

Binary file not shown.

3
cfg.js
View File

@@ -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";

View File

@@ -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": {}
}