Skip to content

Commit

Permalink
Temp disable euc1 and use1 for project creation (supabase#20945)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshenlim authored Feb 2, 2024
1 parent 11cf512 commit dd206a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/studio/lib/constants/infrastructure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ export type Region = typeof AWS_REGIONS | typeof FLY_REGIONS

export const AWS_REGIONS = {
WEST_US: 'West US (North California)',
EAST_US: 'East US (North Virginia)',
// EAST_US: 'East US (North Virginia)',
CENTRAL_CANADA: 'Canada (Central)',
WEST_EU: 'West EU (Ireland)',
WEST_EU_2: 'West EU (London)',
// 'North EU': 'North EU',
CENTRAL_EU: 'Central EU (Frankfurt)',
// CENTRAL_EU: 'Central EU (Frankfurt)',
SOUTH_ASIA: 'South Asia (Mumbai)',
SOUTHEAST_ASIA: 'Southeast Asia (Singapore)',
NORTHEAST_ASIA: 'Northeast Asia (Tokyo)',
Expand Down

0 comments on commit dd206a1

Please sign in to comment.