-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathbroadcaster-cli-example.yaml
More file actions
28 lines (27 loc) · 1.82 KB
/
broadcaster-cli-example.yaml
File metadata and controls
28 lines (27 loc) · 1.82 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
logLevel: DEBUG # mode of logging. Value can be one of DEBUG | INFO | WARN | ERROR
logFormat: text # format of logging. Value can be one of text | json | tint
privateKeys: # map of private keys
key-1: xprv9s21ZrQH143K2XcKfb8mRDRcHdDLBpV2mrYon4JcYc2CZD4cii9Rbwo1fdcH28Md6FChCpm55dXg4NiyznuJ2PNEQfXbCR4pNRezAdcM131
key-2: xprv9s21ZrQH143K4GD3dFcMGxeF2pWUQsx89PDT1345ZkinZ3qa6irjYfJ1t71PmQUfm1aCLsqM99fCxKjE13zNodgg4XVp8xSTw93erJTPLKf
key-3: xprv9s21ZrQH143K4V3QE96dXDBrrxY63S3aRbr8pHoRTffsgjaWzPZLabkjkLgbCLJjvrkhNLLn8L2Vm9HGntxNc5bhkLfbTzuQShaCada49pv
key-4: xprv9s21ZrQH143K2eu6ncRqkGU8TytLYiaH7BS7ZzgmXEjPRByoCx2GBuRDQAqe7gCHkN2Gpv9MqekacpgAFisfo3DFfBHvt6vA5CMqRkvJdaJ
key-5: xprv9s21ZrQH143K2dWRKF4eaffCiqM997F3Mz9JiF2jq345AjiDW3LG5LFHtoeKKrnpfyX3ebGPExmST1T9x9jMC3dsnEimF3S2tBeRwNEyfwh
# flags
miningFeeSatPerKb: 1 # Fee offered in transactions
apiURL: https://arc-test.taal.com # URL of ARC instance
authorization: Bearer some-token # Authorization header to use for the http api client
testnet: true # Use testnet
wocAPIKey: testnet_XXXX # WoC api key for faster requests to WoC
callbackURL: http://callbacks.example.com # callback URL header
callbackToken: some-token # callback token header
addTimestampToToken: true # add a test-run_<timestamp as RFC3339> suffix to the callbackToken
prometheusOLTPExport: # prometheus metrics export
enabled: false # whether to enable prometheus metrics export
endpoint: "localhost:9090" # prometheus metrics endpoint
path: "/api/v1/otlp/v1/metrics" # prometheus metrics path
fullStatusUpdates: false # full status updates header
opReturn: example text # text which will be added to an OP_RETURN output. If empty, no OP_RETURN output will be added
rampUpTickerEnabled: false # whether to use the ramp up ticker. If false, constant ticker will be used
keys: # list of selected private keys
- key-1
- key-2