mirror of
https://github.com/mariocandela/beelzebub.git
synced 2025-07-01 18:47:26 -04:00
test: add rabbitMQ integration test (#29)
* added integration test dependencies * added rabbitMQ use case integration test * configured rabbitMQ integration test URI * fix typo, configured integration test pipeline
This commit is contained in:
@ -5,5 +5,5 @@ core:
|
||||
logDisableTimestamp: true
|
||||
logsPath: ./logs
|
||||
tracing:
|
||||
rabbitMQEnabled: false
|
||||
rabbitMQURI: ""
|
||||
rabbitMQEnabled: true
|
||||
rabbitMQURI: "amqp://integration:integration@localhost:5672/"
|
||||
|
Reference in New Issue
Block a user