github.com/adnan-c/fabric_e2e_couchdb@v0.6.1-preview.0.20170228180935-21ce6b23cf91/orderer/sbft/testdata/config.json (about)

     1  {
     2    "consensus": {
     3  	"n" : 1,
     4  	"f" : 0,
     5  	"batch_size_bytes" : 1000,
     6  	"batch_duration_nsec" : 1000000000,
     7  	"request_timeout_nsec" : 1000000000
     8   },
     9    "peers": [
    10  {
    11    "id": 0,
    12    "address": ":6101",
    13    "cert": "testdata/cert1.pem"
    14  }]
    15  }