Skip to content

Commit 1689651

Browse files
authored
update to locations supported in all plans
1 parent 448c58f commit 1689651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checkly.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineConfig({
1010
// reuse your existing Playwright configuration
1111
playwrightConfigPath: "./playwright.config.ts",
1212
// define locations from which your tests will run as monitors
13-
locations: ["us-west-1", "eu-west-2", "ap-northeast-1"],
13+
locations: ["us-east-1", "eu-central-1", "ap-southeast-1"],
1414

1515
playwrightChecks: [
1616
/**

0 commit comments

Comments
 (0)