Skip to content

Commit

Permalink
docs(ARCO-252): Format configs
Browse files Browse the repository at this point in the history
  • Loading branch information
boecklim committed Nov 18, 2024
1 parent 702387a commit 3776d8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config/example_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ broadcasting: # settings for connection to nodes
p2p: 18335

cache:
engine: freecache # cache engine - freecache/redis
engine: freecache # cache engine - one of freecache | redis
freecache: # freecache configuration
size: 10000000 # size of cache
redis:
Expand Down Expand Up @@ -111,6 +111,7 @@ api:
address: localhost:9090 # address to start api server on
wocApiKey: "mainnet_XXXXXXXXXXXXXXXXXXXX" # api key for www.whatsonchain.com
wocMainnet: false # query main or test net on www.whatsonchain.com
requestExtendedLogs: true # if true, the logs will include request methods & headers
defaultPolicy: # default policy of bitcoin node
excessiveblocksize: 2000000000
blockmaxsize: 512000000
Expand Down
3 changes: 2 additions & 1 deletion test/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ blocktx:
api:
address: 0.0.0.0:9090
wocApiKey: "mainnet_XXXXXXXXXXXXXXXXXXXX"
wocMainnet: false
requestExtendedLogs: true
defaultPolicy:
excessiveblocksize: 2000000000
blockmaxsize: 512000000
Expand Down Expand Up @@ -130,7 +132,6 @@ api:
minconfconsolidationinput: 6
minconsolidationinputmaturity: 6
acceptnonstdconsolidationinput: false
requestExtendedLogs: true

callbacker:
listenAddr: 0.0.0.0:8021
Expand Down

0 comments on commit 3776d8d

Please sign in to comment.