Skip to content

Commit f2a1076

Browse files
authored
Merge pull request #439 from cmu-delphi/fix-safegraph-prod
Fix production params file as identified in #392
2 parents f787b5b + c38843d commit f2a1076

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,9 @@
88
"aws_secret_access_key": "{{ safegraph_aws_secret_access_key }}",
99
"aws_default_region": "us-east-1",
1010
"aws_endpoint": "https://s3.wasabisys.com",
11-
"wip_signal": ""
11+
"sync": true,
12+
"wip_signal" : ["median_home_dwell_time_7d_avg",
13+
"completely_home_prop_7d_avg",
14+
"part_time_work_prop_7d_avg",
15+
"full_time_work_prop_7d_avg"]
1216
}

0 commit comments

Comments
 (0)