Skip to content

Commit 62de7e2

Browse files
authored
Merge pull request #2 from checkly/update-locations
update to locations supported in all plans
2 parents 4b680ec + 1689651 commit 62de7e2

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)