Skip to content

Commit 6ec7359

Browse files
committed
Add env var to enable rebrand in review environment
1 parent 29674b0 commit 6ec7359

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
@@ -25,6 +25,7 @@ locals {
2525
{ name = "SETTINGS__FORMS_API__AUTH_KEY", value = "unsecured_api_key_for_review_apps_only" },
2626
{ name = "SETTINGS__FORMS_API__BASE_URL", value = "http://localhost:9292" },
2727
{ name = "SETTINGS__FORMS_ENV", value = "review" },
28+
{ name = "SETTINGS__FEATURES__REBRAND", value = "true" },
2829

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

0 commit comments

Comments
 (0)