Skip to content

Commit

Permalink
Add AWS_REGION to our testing environment config
Browse files Browse the repository at this point in the history
An accidental omission on my part from "Explicitly configure AWS region"
(cd4b73d), caught by @victorlin's sharp 👀 during post-merge review.¹

¹ <#740 (comment)>
  • Loading branch information
tsibley committed Oct 26, 2023
1 parent 4cb9135 commit b9006c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions env/testing/config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"AWS_REGION": "us-east-1",
"OIDC_IDP_URL": "https://cognito-idp.us-east-1.amazonaws.com/us-east-1_zqpCrjM7I",
"OAUTH2_CLIENT_ID": "6qiojrhr8tibt0f6hphnm1osp1",
"OAUTH2_CLI_CLIENT_ID": "9opa27o74f4jsq8g4a34e1mqr",
Expand Down

0 comments on commit b9006c1

Please sign in to comment.