Skip to content

Instantly share code, notes, and snippets.

@anatooly
Created May 27, 2015 08:00
Show Gist options
  • Save anatooly/d8389ebc366fe26128ee to your computer and use it in GitHub Desktop.
Save anatooly/d8389ebc366fe26128ee to your computer and use it in GitHub Desktop.
rabbitmqadmin.conf
rabbitmqadmin list users
+------------+------------------------------+---------------+
| name | password_hash | tags |
+------------+------------------------------+---------------+
| guest | ***************************= | administrator |
+------------+------------------------------+---------------+
vim ~/.rabbitmqadmin.conf
[default]
hostname = localhost
port = 15672
username = rabbitLogin
password = rabbitPassword
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment