The region
parameter specifies the Digital Ocean region where your Convox rack will be deployed. Choosing the appropriate region can impact latency, availability, and cost.
The default value for region
is nyc3
.
To set the region
parameter, use the following command:
$ convox rack params set region=nyc3 -r rackName
Setting parameters... OK
This command sets the region
parameter to the specified value.
Selecting the appropriate region is crucial for optimizing the performance and compliance of your applications. For more information on Digital Ocean regions, refer to the Digital Ocean documentation on regions.