diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2019-02-13 21:15:18 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2019-04-27 09:22:53 +0200 |
| commit | 4aaf25836f44a0ae327e1867a11d76f21fe2ce46 (patch) | |
| tree | 63998c6842a4e2358c2d77c557ba6710c739300a | |
| parent | 221bf1aff96d88a902ddf51435e2be45384b6bef (diff) | |
| download | brokentalents-4aaf25836f44a0ae327e1867a11d76f21fe2ce46.tar.gz brokentalents-4aaf25836f44a0ae327e1867a11d76f21fe2ce46.zip | |
enable 4.0 in backend config
| -rw-r--r-- | backend/config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/config.js b/backend/config.js index 7997059..49d74f2 100644 --- a/backend/config.js +++ b/backend/config.js @@ -21,9 +21,9 @@ module.exports = { baseUrl: 'https://api.dc01.gamelockerapp.com', timeout: 3, /* available: 3.1, 3.2, 3.3, … */ - patchVersion: '3.10', + patchVersion: '4.0', /* moment js parsable string */ - startDate: '2019-01-23 18Z', + startDate: '2019-02-13 18Z', /* available: eu, na, sg, cn, sa, ea */ regions: ['sg', 'eu', 'na'], /* available: casual, 5v5_pvp_casual, ranked, 5v5_pvp_ranked, blitz_pvp_ranked, casual_aral */ |
