# vim:ts=4:sts=4:sw=4:et # # Author: Hari Sekhon # Date: Wed Dec 21 11:50:29 2016 +0000 # # https://github.com/harisekhon/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