We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd1bee4 + 9bfd083 commit a9f0389Copy full SHA for a9f0389
terraform/app/env/production.tfvars
@@ -10,8 +10,9 @@ resource_name = {
10
rails_env = "production"
11
rails_master_key_path = "/copilot/mavis/production/secrets/RAILS_MASTER_KEY"
12
13
-# TODO: Change this to the default value of 31 once rollover is built.
14
-academic_year_number_of_preparation_days = 1
+# TODO: Change this to the default value of 31 days.
+# The current value corresponds to the 18th August.
15
+academic_year_number_of_preparation_days = 14
16
17
http_hosts = {
18
MAVIS__HOST = "www.manage-vaccinations-in-schools.nhs.uk"
0 commit comments