Skip to content

Commit

Permalink
Add other regions
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantumplation committed Nov 28, 2024
1 parent f765776 commit c6b57f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ export const REGIONS = [
{ name: "Virginia, NA", value: "us-east-1" },
{ name: "Frankfurt, Europe", value: "eu-central-1" },
{ name: "Oregon, NA", value: "us-west-2" },
{ name: "Singapore", value: "ap-southeast-1" },
{ name: "São Paulo, SA", value: "sa-east-1" },
{ name: "Cape Town, Africa", value: "af-south-1" },
];
export const TIC_RATE_MAGIC = 35; // 35 is the ticrate in DOOM WASM they use to calculate time.
export const API_BASE_URL = import.meta.env.VITE_API_BASE_URL;
Expand Down

0 comments on commit c6b57f7

Please sign in to comment.