Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gusin13 committed Nov 28, 2024
1 parent ed33032 commit fa18220
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/config-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ db:
db-name: babylon-staking-indexer
btc:
rpchost: 127.0.0.1:38332
rpcuser: rpcuser
rpcpass: rpcpass
rpcuser: K78L47aCp6NrcLnG0sTD8k5oaNZuwK1m
rpcpass: YIr0Y7gMHPofvBDmZYmu2Cm0gR7OGz5x
prunednodemaxpeers: 0
blockpollinginterval: 30s
txpollinginterval: 10s
Expand All @@ -28,9 +28,9 @@ queue:
queue_user: user # can be replaced by values in .env file
queue_password: password
url: "localhost:5672"
processing_timeout: 5 # 5 second
processing_timeout: 5s # 5 second
msg_max_retry_attempts: 3
requeue_delay_time: 60
requeue_delay_time: 60s
queue_type: quorum
metrics:
host: 0.0.0.0
Expand Down

0 comments on commit fa18220

Please sign in to comment.