hotfix: temporarily disable East US region for project creation

This commit is contained in:
dragarcia
2023-03-11 23:44:34 +08:00
committed by Joshen Lim
parent b2625c96d8
commit 6acc7332c6

View File

@@ -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',