forked from HariSekhon/DevOps-Bash-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.rabbitmqadmin.conf
33 lines (31 loc) · 1.01 KB
/
.rabbitmqadmin.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# vim:ts=4:sts=4:sw=4:et
#
# Author: Hari Sekhon
# Date: Wed Dec 21 11:50:29 2016 +0000
#
# https://github.com/HariSekhon/DevOps-Bash-tools
#
# License: see accompanying Hari Sekhon LICENSE file
#
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
#
# https://www.linkedin.com/in/HariSekhon
#
# WARNING: settings here screw up rabbitmqadmin commands which don't then respect the command line --host switch, leading to unintuitive Python socket timeouts
#
# eg. 192.168.99.100 was old docker machine address, but docker desktop now uses localhost, leading to rabbitmqadmin commands not working against docker containers
#
# https://github.com/rabbitmq/rabbitmq-server/issues/2319
#
#[default]
#hostname = 192.168.99.100
#username = rabbituser
#password = rabbitpw
#[host_ssl]
#hostname = otherhost
#port = 15672
#username = guest
#password = guest
#ssl = True
#ssl_key_file = /path/to/key.pem
#ssl_cert_file = /path/to/cert.pem