Skip to content

Commit 049b44f

Browse files
committed
Enable forms-admin feature flag for review apps
Enable the describe_none_of_the_above_enabled feature flag for the forms-admin review app.
1 parent 303d98d commit 049b44f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.review_apps/ecs_task_definition.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ locals {
4646
{ name = "SETTINGS__FORMS_ENV", value = "review" },
4747
{ name = "SETTINGS__FORMS_RUNNER__URL", value = "https://${local.runner_review_app_hostname}" },
4848
{ name = "ALLOWED_HOST_PATTERNS", value = "localhost:3000" },
49-
{ name = "SETTINGS__FEATURES__JSON_SUBMISSION_ENABLED", value = "true" }
49+
{ name = "SETTINGS__FEATURES__DESCRIBE_NONE_OF_THE_ABOVE_ENABLED", value = "true" }
5050
]
5151
}
5252

0 commit comments

Comments
 (0)