github.com/braveheart12/just@v0.8.7/configuration/testdata/default.yml (about)

     1  host:
     2    transport:
     3      protocol: TCP
     4      address: 127.0.0.1:0
     5      behindnat: false
     6    bootstraphosts: []
     7    isrelay: false
     8    infinitybootstrap: false
     9    timeout: 4
    10    signmessages: false
    11  service:
    12    service: {}
    13  ledger:
    14    storage:
    15      datadirectory: ./data
    16      txretriesonconflict: 3
    17    jetcoordinator:
    18      rolecounts:
    19        1: 1
    20        2: 1
    21        3: 1
    22        4: 1
    23        5: 1
    24  log:
    25    level: Info
    26    adapter: logrus
    27  metrics:
    28    listenaddress: 0.0.0.0:8080
    29  logicrunner:
    30    rpclisten: 127.0.0.1:7778
    31    rpcprotocol: tcp
    32    builtin: {}
    33    goplugin:
    34      runnerlisten: 127.0.0.1:7777
    35      runnerprotocol: tcp
    36  apirunner:
    37    port: 19191
    38    location: /api/v1
    39  pulsar:
    40    connectiontype: tcp
    41    mainlisteneraddress: 0.0.0.0:18090
    42    storage:
    43      datadirectory: ./.artifacts/pulsar_data
    44      txretriesonconflict: 0
    45    pulsetime: 10000
    46    receivingsigntimeout: 1000
    47    receivingnumbertimeout: 1000
    48    receivingvectortimeout: 1000
    49    receivingsignsforchosentimeout: 0
    50    neighbours: []
    51    numberdelta: 10
    52    distributiontransport:
    53      protocol: TCP
    54      address: 0.0.0.0:18091
    55      behindnat: false
    56    pulsedistributor:
    57      bootstraphosts:
    58      - 127.0.0.1:64278
    59  bootstrap:
    60    rootkeys: ""
    61    rootbalance: 0
    62  privatekey: |-
    63        -----BEGIN PRIVATE KEY-----
    64        MHcCAQEEID6XJHMb2aiaK1bp2GHHw0r4LrzZZ4exlcmx8GrjGsMFoAoGCCqGSM49
    65        AwEHoUQDQgAE7DE4ArqxIYbY/UAyLLFBGuFu2gROPaqp4vxbEeie7mnZeqsYexmN
    66        BkrXBEFO5LF4diHC7OJ3xsfebvI0moQRLw==
    67        -----END PRIVATE KEY-----