-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
65 lines (65 loc) · 1.27 KB
/
config.json
File metadata and controls
65 lines (65 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"ChunkerConfig": {
"_chunkingType": 1,
"_minChunkSize": 4096,
"_avgChunkSize": 8192,
"_maxChunkSize": 16384,
"_slidingWinSize": 256,
"_ReadSize": 256
},
"KeyServerConfig": {
"_keyBatchSize": 4096,
"_keyEnclaveThreadNumber": 1,
"_keyServerRArequestPort": 1559,
"_keyServerIP": [
"127.0.0.1"
],
"_keyServerPort": [
6666
],
"_keyRegressionMaxTimes": 1048576,
"_keyRegressionIntervals": 25920000
},
"SPConfig": {
"_storageServerIP": [
"127.0.0.1"
],
"_storageServerPort": [
6668
],
"_maxContainerSize": 8388608
},
"pow": {
"_quoteType": 0,
"_iasVersion": 3,
"_ServerPort": 6669,
"_enclave_name": "pow_enclave.signed.so",
"_SPID": "",
"_iasServerType": 0,
"_batchSize": 4096,
"_PriSubscriptionKey": "",
"_SecSubscriptionKey": ""
},
"km": {
"_quoteType": 0,
"_iasVersion": 3,
"_ServerPort": 6676,
"_enclave_name": "km_enclave.signed.so",
"_SPID": "",
"_iasServerType": 0,
"_PriSubscriptionKey": "",
"_SecSubscriptionKey": ""
},
"server": {
"_RecipeRootPath": "Recipes/",
"_containerRootPath": "Containers/",
"_fp2ChunkDBName": "db1",
"_fp2MetaDBame": "db2",
"_raSessionKeylifeSpan": 259200000
},
"client": {
"_clientID": 1,
"_sendChunkBatchSize": 1000,
"_sendRecipeBatchSize": 100000
}
}