Skip to content

Commit 377a52e

Browse files
committed
Enable feature flag on review apps for CopyOfAnwers
1 parent c4761f5 commit 377a52e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.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)