diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-05 13:52:50 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-05 13:52:50 +0200 |
| commit | 63da93e9f443a799208c8e706616a828fa528a3e (patch) | |
| tree | e0d540555cdca710645efb0ce061742ec55c8ec6 /config.js | |
| parent | c8dc06971c6dab447250bb81cca20836ed5b2772 (diff) | |
| download | brokentalents-63da93e9f443a799208c8e706616a828fa528a3e.tar.gz brokentalents-63da93e9f443a799208c8e706616a828fa528a3e.zip | |
move request param generation to own file, retry failed queries
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: [ ], |
