Skip to content

Commit

Permalink
fix local
Browse files Browse the repository at this point in the history
  • Loading branch information
gusin13 committed Nov 29, 2024
1 parent bb7b855 commit e210c1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/config-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ server:
staking-db:
username: root
password: example
address: "mongodb://localhost:27018/?directConnection=true"
address: "mongodb://localhost:27017/?directConnection=true"
db-name: staking-api-service
max-pagination-limit: 10
db-batch-size-limit: 100
Expand All @@ -28,13 +28,13 @@ queue:
queue_user: user # can be replaced by values in .env file
queue_password: password
url: "localhost:5672"
processing_timeout: 30s
processing_timeout: 5s
msg_max_retry_attempts: 3
requeue_delay_time: 300s
queue_type: quorum
metrics:
host: 0.0.0.0
port: 2113
port: 2112
assets:
max_utxos: 100
ordinals:
Expand Down

0 comments on commit e210c1d

Please sign in to comment.