diff options
Diffstat (limited to 'config.js')
| -rw-r--r-- | config.js | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,6 +1,13 @@ #!/usr/bin/node module.exports = { + api: { + baseUrl: 'https://api.dc01.gamelockerapp.com', + timeout: 5, + regions: ['sg', 'eu', 'na'], + rpm: 50, + modes: ['blitz_pvp_ranked'], + }, etl: { participant: [ ['Winner', ['attributes', 'stats', 'winner']] ], roster: [ ], |
