mirror of
https://github.com/ditkrg/outboxable.git
synced 2026-01-22 22:06:47 +00:00
Fixes disgusting bug
This commit is contained in:
parent
5536cd3e79
commit
0213750ea3
@ -7,11 +7,11 @@ module Outboxable
|
|||||||
|
|
||||||
def initialize
|
def initialize
|
||||||
@connection = Bunny.new(
|
@connection = Bunny.new(
|
||||||
host: RabbitCarrots.configuration.rabbitmq_host,
|
host: Outboxable.configuration.rabbitmq_host,
|
||||||
port: RabbitCarrots.configuration.rabbitmq_port,
|
port: Outboxable.configuration.rabbitmq_port,
|
||||||
user: RabbitCarrots.configuration.rabbitmq_user,
|
user: Outboxable.configuration.rabbitmq_user,
|
||||||
password: RabbitCarrots.configuration.rabbitmq_password,
|
password: Outboxable.configuration.rabbitmq_password,
|
||||||
vhost: RabbitCarrots.configuration.rabbitmq_vhost
|
vhost: Outboxable.configuration.rabbitmq_vhost
|
||||||
)
|
)
|
||||||
|
|
||||||
@connection.start
|
@connection.start
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user