Question
Can I use a `wrangler.toml` file to configure a Worker's region?
Asked by: USER5986
64 Viewed
64 Answers
Answer (64)
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.