diff --git a/asset_digest b/asset_digest index 57f3afa..2591756 100644 Binary files a/asset_digest and b/asset_digest differ diff --git a/cfg.js b/cfg.js index a79ed8f..fd1d428 100644 --- a/cfg.js +++ b/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"; \ No newline at end of file diff --git a/package.json b/package.json index 3479801..3ddd487 100644 --- a/package.json +++ b/package.json @@ -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": {} }