Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Configuration

Andreas Reischuck edited this page Mar 23, 2014 · 2 revisions

All the configuration for this framework is in the config/disco.yml file. For each rails environment you can specify:

  • domain_database – this is straight forward like for rails in the database.yml
  • drb_server – server specifications for the drb server used for sending commands from the controller to the domain server
  • event_connection – rabbitmq server specification for the event publishing
  • event_exchange – name for the bunny exchange, the events get published to
Clone this wiki locally