Skip to content

Commit

Permalink
[services] Fix missing port number in D13881
Browse files Browse the repository at this point in the history
Summary: On Linear, @varun [indicated](https://linear.app/comm/issue/ENG-9862/investigate-performance-issues-when-threadstore-changes#comment-7e842619) the the port number could be elided here. Turns out that wasn't true, and we're now seeing issues deploying this update to production. I'm landing this change without review in order to fix production.

Test Plan: Unfortunately, we are testing on prod.

Reviewers: varun

Subscribers: tomek, varun

Differential Revision: https://phab.comm.dev/D13882
  • Loading branch information
Ashoat committed Nov 5, 2024
1 parent ebc9cb1 commit b0b1ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/terraform/remote/service_identity.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ locals {
http://localhost:3009
EOT
production_allow_origin_list = <<EOT
https://web.comm.app,
https://web.comm.app:443,
https://comm.software:443,
https://www.comm.software:443
EOT
Expand Down

0 comments on commit b0b1ffc

Please sign in to comment.