Skip to content

Commit f284c6e

Browse files
authored
fixing another duplicate and misconfigured ses (#1589)
1 parent 56e122b commit f284c6e

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

env/production_config.tfvars

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,9 @@ ff_cloudwatch_metrics_enabled = "true"
101101
ff_redis_batch_saving = "true"
102102

103103
## SES_RECEIVING_EMAILS
104-
notify_sending_domain = "staging.notification.cdssandbox.xyz"
104+
notify_sending_domain = "notification.canada.ca"
105105
sqs_region = "ca-central-1"
106-
gc_notify_service_email = "[email protected]"
107-
108-
## SYSTEM STATUS
109-
system_status_api_url = "https://api.staging.notification.cdssandbox.xyz"
110-
system_status_bucket_name = "notification-canada-ca-staging-system-status"
111-
system_status_admin_url = "https://staging.notification.cdssandbox.xyz"
106+
gc_notify_service_email = "[email protected]"
112107

113108
## PERF TEST (These are not in production)
114109
aws_pinpoint_region = "changeme"

0 commit comments

Comments
 (0)