~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/config/schema-lazr.conf

New RabbitService gets started with make run and make run_all, and starts RabbitMQ on a statically defined port.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1774
1774
memory_profile_log:
1775
1775
 
1776
1776
[rabbitmq]
 
1777
# Should RabbitMQ be launched by default?
 
1778
# datatype: boolean
 
1779
launch: True
1777
1780
# The host:port at which RabbitMQ is listening.
1778
1781
# datatype: string
1779
 
host: none
 
1782
host: localhost:56720
1780
1783
# datatype: string
1781
1784
userid: guest
1782
1785
# datatype: string