Skip to content

Commit 019eb2c

Browse files
authored
Merge pull request #1540 from cmu-delphi/krivard/dsew-activate-vaccinations
[cpr] Activate vaccination signals in production
2 parents ac362f8 + 607416c commit 019eb2c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

ansible/templates/dsew_community_profile-params-prod.json.j2

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@
66
"indicator": {
77
"input_cache": "./input_cache",
88
"reports": "new",
9-
"export_signals": ["confirmed covid-19 admissions"]
9+
"export_signals": [
10+
"confirmed covid-19 admissions",
11+
"doses administered",
12+
"booster doses administered",
13+
"fully vaccinated",
14+
"booster dose since"
15+
]
1016
},
1117
"validation": {
1218
"common": {

0 commit comments

Comments
 (0)