Skip to content

Commit e28d224

Browse files
committed
Supply missing params.json.template in tests
1 parent 2e580d1 commit e28d224

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

safegraph/tests/params.json.template

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"static_file_dir": "./static",
3+
"raw_data_dir": "/mnt/data/safegraph/",
4+
"export_dir": "./receiving",
5+
"cache_dir": "./cache",
6+
"n_core": "12",
7+
"aws_access_key_id": "",
8+
"aws_secret_access_key": "",
9+
"aws_default_region": "",
10+
"aws_endpoint": "",
11+
"wip_signal" : ""
12+
}

0 commit comments

Comments
 (0)