Skip to content

Commit 99cb100

Browse files
korlaxxalrokkrivard
authored andcommitted
Set start date to empty string (#203)
1 parent 5b13efa commit 99cb100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"static_file_dir": "./static",
33
"export_dir": "/common/covidcast/receiving/ght",
44
"cache_dir": "./cache",
5-
"start_date": "2020-02-01",
5+
"start_date": "",
66
"end_date": "",
77
"ght_key": "{{ google_health_api_key }}"
88
}

0 commit comments

Comments
 (0)