Skip to content

Commit 881a53b

Browse files
authored
Merge pull request #1515 from cmu-delphi/krivard/quidel-archivediffer
[quidel] Activate archivediffer in prod params
2 parents ea31835 + 724046b commit 881a53b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@
4848
]
4949
}
5050
},
51+
"archive": {
52+
"aws_credentials": {
53+
"aws_access_key_id": "{{ delphi_aws_access_key_id }}",
54+
"aws_secret_access_key": "{{ delphi_aws_secret_access_key }}"
55+
},
56+
"bucket_name": "delphi-covidcast-indicator-output",
57+
"cache_dir": "./archivediffer_cache",
58+
"indicator_prefix": "quidel"
59+
},
5160
"delivery": {
5261
"delivery_dir": "/common/covidcast/receiving/quidel"
5362
}

0 commit comments

Comments
 (0)