We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4761f5 commit 377a52eCopy full SHA for 377a52e
1 file changed
.review_apps/ecs_task_definition.tf
@@ -24,6 +24,7 @@ locals {
24
{ name = "SETTINGS__FORMS_ADMIN__BASE_URL", value = "https://${local.admin_app_hostname}" },
25
{ name = "SETTINGS__FORMS_API__BASE_URL", value = "http://localhost:3000" },
26
{ name = "SETTINGS__FORMS_ENV", value = "review" },
27
+ { name = "SETTINGS__FEATURES__FILLER_ANSWER_EMAIL_ENABLED", value = "true" }
28
29
##
30
# Settings for AWS SES email sending, and S3 CSV submission and file upload
0 commit comments