From 63da93e9f443a799208c8e706616a828fa528a3e Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 5 May 2018 13:52:50 +0200 Subject: move request param generation to own file, retry failed queries --- config.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config.js') diff --git a/config.js b/config.js index 8710e5d..5b35485 100644 --- a/config.js +++ b/config.js @@ -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: [ ], -- cgit v1.3.1