Can I use a `wrangler.toml` file to configure a Worker's region?

Question

Grade: Education Subject: Support
Can I use a `wrangler.toml` file to configure a Worker's region?
Asked by:
64 Viewed 64 Answers

Answer (64)

Best Answer
(226)
Yes, the `wrangler.toml` file allows you to specify the region where your Worker should be deployed. This is done using the `region` field. Choosing the correct region can improve performance and reduce latency for your users.