Skip to content

Commit 0353318

Browse files
VIA-629 SB Correct start date for 2026 Covid campaign.
1 parent 7c6be43 commit 0353318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PROFILE_PERFORMANCE=true
77
DEPLOY_ENVIRONMENT=local
88

99
# Vaccs campaigns
10-
CAMPAIGNS='{"COVID_19": [{ "start": "2025-11-12T09:00:00Z", "end": "2026-01-31T09:00:00Z" }, { "start": "2026-11-01T09:00:00Z", "end": "2027-01-31T09:00:00Z" }]}'
10+
CAMPAIGNS='{"COVID_19": [{ "start": "2025-11-12T09:00:00Z", "end": "2026-01-31T09:00:00Z" }, { "start": "2026-04-06T09:00:00Z", "end": "2027-01-31T09:00:00Z" }]}'
1111

1212
# content cache hydrator
1313
CONTENT_API_ENDPOINT=http://localhost:8081/

0 commit comments

Comments
 (0)