From 2db36c3d23d15b1e9ec4693a25e8a62744629e1d Mon Sep 17 00:00:00 2001 From: Brian Clark Date: Wed, 24 Jun 2020 18:52:48 -0400 Subject: [PATCH] Update params with production ingestion dir --- ansible/files/jhu-params-prod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/files/jhu-params-prod.json b/ansible/files/jhu-params-prod.json index af286e644..daf7d7097 100644 --- a/ansible/files/jhu-params-prod.json +++ b/ansible/files/jhu-params-prod.json @@ -1,7 +1,7 @@ { "export_start_date": "2020-02-20", "static_file_dir": "./static", - "export_dir": "./receiving", + "export_dir": "/common/covidcast/receiving/jhu-csse/", "cache_dir": "./cache", "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" }