specifiy a list of protocols in config.json

This commit is contained in:
0xFugue
2023-08-17 10:16:15 +05:30
parent 60d880ea88
commit cac52696b0

View File

@@ -9,8 +9,7 @@
"interconnect_nodes": true,
"interconnection_batch": 10,
"collectnet": {
"protocol" : "relay",
"version" : "2.0.0",
"protocols" : {"relay":"2.0.0", "store":"2.0.0"},
"sampling_interval" : 1,
"debug" : false
},