github.com/braveheart12/insolar-09-08-19@v0.8.7/scripts/insolard/pulsar_template.yaml (about)

     1  pulsar:
     2    connectiontype: tcp
     3    mainlisteneraddress: 127.0.0.1:58090
     4    storage:
     5      datadirectory: ./.artifacts/pulsar_data
     6      txretriesonconflict: 0
     7    pulsetime: 10000
     8    receivingsigntimeout: 1000
     9    receivingnumbertimeout: 1000
    10    receivingvectortimeout: 1000
    11    receivingsignsforchosentimeout: 0
    12    neighbours: []
    13    numberofrandomhosts: 5
    14    numberdelta: 10
    15    distributiontransport:
    16      protocol: TCP
    17      address: 127.0.0.1:58091
    18      behindnat: false
    19  keyspath: "scripts/insolard/configs/bootstrap_keys.json"
    20  log:
    21    level: Debug
    22    adapter: logrus
    23  tracer:
    24    jaeger:
    25      collectorendpoint: ""
    26      agentendpoint: 127.0.0.1:6831
    27      probabilityrate: 1
    28    samplingrules: {}