Skip to content

Commit 51e1980

Browse files
committed
Enable feature flag on review apps for CopyOfAnwers
1 parent 71080f0 commit 51e1980

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.review_apps/ecs_task_definition.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ locals {
2424
{ name = "SETTINGS__FORMS_ADMIN__BASE_URL", value = "https://${local.admin_app_hostname}" },
2525
{ name = "SETTINGS__FORMS_API__BASE_URL", value = "http://localhost:3000" },
2626
{ name = "SETTINGS__FORMS_ENV", value = "review" },
27+
{ name = "SETTINGS__FEATURES__FILLER_ANSWER_EMAIL_ENABLED", value = "true" }
2728

2829
##
2930
# Settings for AWS SES email sending, and S3 CSV submission and file upload

0 commit comments

Comments
 (0)