blob: 577a57602cf8088ba459da431a0e4f89cd0b154a [file] [log] [blame]
jan kaufman9cf53862016-01-25 22:26:14 +01001rabbitmq:
2 server:
3 enabled: true
4 bind:
5 address: 0.0.0.0
6 port: 5672
7 secret_key: rabbit_master_cookie
8 admin:
9 name: adminuser
10 password: pwd
Filip Pytlounb7f25992016-04-20 11:39:08 +020011 host:
12 '/':
13 enabled: true
14 user: guest
15 password: guest
16 policies:
17 - name: HA
18 pattern: '^(?!amq\.).*'
19 definition: '{"ha-mode": "all"}'
Martin81941ea7f42017-03-16 16:21:08 +010020 memory:
21 vm_high_watermark: 0.4
22 plugins: ['']
jan kaufman9cf53862016-01-25 22:26:14 +010023