mirror of
https://github.com/ditkrg/outboxable.git
synced 2026-01-22 22:06:47 +00:00
Merge branch 'main' into patch-1
This commit is contained in:
commit
27852eb589
@ -7,11 +7,11 @@ module Outboxable
|
||||
|
||||
def initialize
|
||||
@connection = Bunny.new(
|
||||
host: RabbitCarrots.configuration.rabbitmq_host,
|
||||
port: RabbitCarrots.configuration.rabbitmq_port,
|
||||
user: RabbitCarrots.configuration.rabbitmq_user,
|
||||
password: RabbitCarrots.configuration.rabbitmq_password,
|
||||
vhost: RabbitCarrots.configuration.rabbitmq_vhost
|
||||
host: Outboxable.configuration.rabbitmq_host,
|
||||
port: Outboxable.configuration.rabbitmq_port,
|
||||
user: Outboxable.configuration.rabbitmq_user,
|
||||
password: Outboxable.configuration.rabbitmq_password,
|
||||
vhost: Outboxable.configuration.rabbitmq_vhost
|
||||
)
|
||||
|
||||
@connection.start
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Outboxable
|
||||
VERSION = '0.1.1'
|
||||
VERSION = "0.1.2"
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user