Skip to content

Commit c049205

Browse files
Merge pull request #6858 from hotosm/infra/ecs-ec2-fixes
Add more endpoints to CORS list
2 parents e6816f7 + f27820e commit c049205

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/aws/infra/production/non-purgeable/ec2/terragrunt.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ inputs = {
3838
vpc_id = dependency.vpc.outputs.vpc_id
3939
ec2_subnet_id = dependency.vpc.outputs.public_subnets[0]
4040
ec2_instance_ami = "ami-084568db4383264d4"
41-
create_ssh_key_pair = true
41+
create_ssh_key_pair = false
4242
ec2_root_vol_size = 50
4343
ec2_ebs_volumes = []
4444

scripts/aws/infra/production/purgeable/common-ecs-env.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
locals {
22
envs = {
3-
EXTRA_CORS_ORIGINS = get_env("EXTRA_CORS_ORIGINS", "[\"https://tasks.hotosm.org\", \"https://hotosm.github.io\"]")
3+
EXTRA_CORS_ORIGINS = get_env("EXTRA_CORS_ORIGINS", "[\"https://tasks.hotosm.org\", \"https://hotosm.github.io\", \"https://mapathon.cartong.org\", \"https://jarmokivekas.github.io\", \"https://dev-managers.mapswipe.org\"]")
44
TM_SMTP_HOST = get_env("TM_SMTP_HOST", "email-smtp.us-east-1.amazonaws.com")
55
TM_SMTP_PORT = get_env("TM_SMTP_PORT", "587")
66
TM_SMTP_USE_TLS = get_env("TM_SMTP_USE_TLS", "1")

0 commit comments

Comments
 (0)