Skip to content

Commit daf00ca

Browse files
authored
Merge pull request #107 from cmu-delphi/prodction-prep-deploy-jhu
Update params with production ingestion dir
2 parents 88bcc7d + 2db36c3 commit daf00ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/files/jhu-params-prod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"export_start_date": "2020-02-20",
33
"static_file_dir": "./static",
4-
"export_dir": "./receiving",
4+
"export_dir": "/common/covidcast/receiving/jhu-csse/",
55
"cache_dir": "./cache",
66
"base_url": "https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_{metric}_US.csv"
77
}

0 commit comments

Comments
 (0)