hotfix: temporarily disable East US region for project creation
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
// and are afterward never referred to
|
||||
export const 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)',
|
||||
@@ -19,7 +19,7 @@ export const REGIONS = {
|
||||
}
|
||||
|
||||
export const REGIONS_DEFAULT =
|
||||
process.env.NEXT_PUBLIC_ENVIRONMENT !== 'prod' ? REGIONS.SOUTHEAST_ASIA : REGIONS.EAST_US
|
||||
process.env.NEXT_PUBLIC_ENVIRONMENT !== 'prod' ? REGIONS.SOUTHEAST_ASIA : REGIONS.WEST_US
|
||||
|
||||
export const PRICING_TIER_LABELS = {
|
||||
FREE: 'Free',
|
||||
|
||||
Reference in New Issue
Block a user