diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-10-19 19:18:10 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-12-13 17:09:43 +0100 |
| commit | 97ac76579d414b63b9e3a6a2cd68505e73577c98 (patch) | |
| tree | b5f30228b2517d8579ef8889874465c60bf0a9fc /backend | |
| parent | 02fecd67664eb808ff4d366c821b7808f0af1895 (diff) | |
| download | brokentalents-97ac76579d414b63b9e3a6a2cd68505e73577c98.tar.gz brokentalents-97ac76579d414b63b9e3a6a2cd68505e73577c98.zip | |
Switch backend config to 3.8
Diffstat (limited to 'backend')
| -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 d788c8b..ebe4917 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.7', + patchVersion: '3.8', /* moment js parsable string */ - startDate: '2018-09-06 16Z', + startDate: '2018-10-17 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 */ |
