blob: 410af92cf39fd9b8d00e3f130b6e1ff694ee08c9 [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"}'
jan kaufman9cf53862016-01-25 22:26:14 +010020