Skip to content

Commit

Permalink
chore: remove unnecessary queues configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
atarutin committed Mar 6, 2024
1 parent 2f3e290 commit 5d4a184
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/MarginTrading.AccountsManagement.Tests/appsettings.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,6 @@
"ExchangeName": "dev.AccountsManagement.events.exchange",
"RoutingKey": "LossPercentageUpdated",
"IsDurable": true
},
"AccountHistoryExchange":
{
"ConnectionString": "amqp://margintrading:margintrading@rabbit-mt.mt.svc.cluster.local:5672",
"ExchangeName": "mt.account.history"
},
"NegativeProtection":
{
"ConnectionString": "amqp://margintrading:margintrading@rabbit-mt.mt.svc.cluster.local:5672",
"ExchangeName": "lykke.mt.account.negativeprotection"
}
},
"BrokerId": "BBVA",
Expand Down

0 comments on commit 5d4a184

Please sign in to comment.