lib/templates/mongoid_initializer.rb in outboxable-1.0.2 vs lib/templates/mongoid_initializer.rb in outboxable-1.0.3

- old
+ new

@@ -21,10 +21,10 @@ Outboxable.configure do |config| # Specify the ORM you are using. For now, only ActiveRecord is supported. config.orm = :mongoid - # Specify the message broker you are using. For now, only RabbitMQ is supported. + # Specify the ORM you are using. Supported values are :activerecord and :mongoid config.message_broker = :rabbitmq # RabbitMQ configurations config.rabbitmq_host = ENV.fetch('RABBITMQ__HOST') config.rabbitmq_port = ENV.fetch('RABBITMQ__PORT', 5672)