Skip to content

Commit 607416c

Browse files
committed
[cpr] Activate vaccination signals in production
1 parent ac362f8 commit 607416c

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)