Skip to content

Commit 8693505

Browse files
committed
Update .j2 files in Ansible
1 parent eca83c8 commit 8693505

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"static_file_dir": "./static",
33
"export_dir": "/common/covidcast/receiving/ght",
44
"cache_dir": "./cache",
5+
"data_dir": "./data",
56
"start_date": "",
67
"end_date": "",
78
"ght_key": "{{ google_health_api_key }}",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"static_file_dir": "../static",
33
"export_dir": "./receiving",
44
"cache_dir": "../cache",
5+
"data_dir": "../data",
56
"start_date": "2020-02-11",
67
"end_date": "2020-04-30",
78
"ght_key": "{{ google_health_api_key }}",

0 commit comments

Comments
 (0)