summaryrefslogtreecommitdiff
path: root/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'config.js')
-rw-r--r--config.js7
1 files changed, 7 insertions, 0 deletions
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: [ ],