Skip to content

Commit

Permalink
shards changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBazlow committed Jan 10, 2023
1 parent 72fe95c commit 4a34595
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
.env
config.json
config.json
.history
15 changes: 7 additions & 8 deletions src/foxholeShards.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
/**
* @module src/foxholeShards
*/

/**
* @type {object.<object>}
*/
exports.shardData = {
able: {
name: 'ABLE',
api: 'https://war-service-live.foxholeservices.com/api/',
},
baker: {
name: 'BAKER',
api: 'https://war-service-live-2.foxholeservices.com/api/',
},
charlie: {
name: 'CHARLIE',
api: 'https://war-service-live-3.foxholeservices.com/api/',
},
};

0 comments on commit 4a34595

Please sign in to comment.