From 2407bb436bd3ed4b25363760cf51de5d834b0032 Mon Sep 17 00:00:00 2001 From: Henry Birge-Lee Date: Thu, 15 May 2025 23:31:50 -0400 Subject: [PATCH] use default perspective set in example config from MPICLabs --- config.example.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.example.yaml b/config.example.yaml index 4a30fd1..9012e72 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -1,11 +1,11 @@ # A list of perspectives with the format . TODO link to pages. perspectives: - - us-east-2 + - us-west-1 - us-west-2 - - eu-central-1 - - eu-west-2 - - ap-northeast-2 - - ap-southeast-1 + - ca-west-1 + - eu-central-2 + - il-central-1 + - me-central-1 # The AWS region name for the API gateway and controller. api-region: us-east-2