Skip to content

Commit a44750a

Browse files
authored
Merge pull request #1274 from cmu-delphi/validation_gating_gs
Add delivery to params
2 parents e81899a + d4ada3c commit a44750a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"common": {
3-
"export_dir": "/common/covidcast/receiving/google-symptoms",
3+
"export_dir": "./receiving",
44
"log_filename": "/var/log/indicators/google_symptoms.log"
55
},
66
"indicator": {
@@ -41,6 +41,9 @@
4141
"sum_anosmia_ageusia_smoothed_search",
4242
"anosmia_smoothed_search"
4343
]
44+
},
45+
"delivery": {
46+
"delivery_dir": "/common/covidcast/receiving/google-symptoms"
4447
}
4548
}
4649
}

google_symptoms/params.json.template

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
"sum_anosmia_ageusia_smoothed_search",
3232
"anosmia_smoothed_search"
3333
]
34+
},
35+
"delivery": {
36+
"delivery_dir": "./receiving"
3437
}
3538
}
3639
}

0 commit comments

Comments
 (0)