Skip to content

Commit a9f0389

Browse files
authored
Merge pull request #4224 from nhsuk/enable-preparation-production
Enable preparation period from 18th August
2 parents cd1bee4 + 9bfd083 commit a9f0389

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

terraform/app/env/production.tfvars

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ resource_name = {
1010
rails_env = "production"
1111
rails_master_key_path = "/copilot/mavis/production/secrets/RAILS_MASTER_KEY"
1212

13-
# TODO: Change this to the default value of 31 once rollover is built.
14-
academic_year_number_of_preparation_days = 1
13+
# TODO: Change this to the default value of 31 days.
14+
# The current value corresponds to the 18th August.
15+
academic_year_number_of_preparation_days = 14
1516

1617
http_hosts = {
1718
MAVIS__HOST = "www.manage-vaccinations-in-schools.nhs.uk"

0 commit comments

Comments
 (0)