We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7896df6 commit 63eded1Copy full SHA for 63eded1
docs/best-practices/database/how-to-run-rabbitmq-on-hypernode.md
@@ -61,7 +61,9 @@ hypernode-servicectl restart rabbitmq-server
61
- The default admin account is username `guest` and password `guest`. You can change and add users via the admin interface.
62
- You can access the admin interface e.g. by forwarding the tcp port via SSH:
63
64
-`ssh app@appname.hypernode.io -L 55672:localhost:15672`
+```bash
65
+ssh app@appname.hypernode.io -L 55672:localhost:15672
66
+```
67
68
Use your browser to go to `localhost:55672` and logon using guest/guest.
69
0 commit comments