File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<div align =" center " >
22 <img width =" 1479 " height =" 612 " alt =" RunMQ-logo (4) " src =" https://github.com/user-attachments/assets/50dc9187-26f9-4073-979b-31601c652e1f " />
3- <a href =" [ https://badge.fury.io/js/runmq.svg](https:// www.npmjs.com/package/runmq) " >
4- <img src="https://badge.fury.io/js/runmq.svg"/ >
5- </a>
3+ <a href =" https://www.npmjs.com/package/runmq " >
4+ <img src="https://badge.fury.io/js/runmq.svg?icon=si%3Anpm" alt="npm version" height="18" >
5+ </a >
66 <a href="https://github.com/semantic-release/semantic-release">
77 <img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg"/>
88 </a>
@@ -258,9 +258,9 @@ const runMQ = await RunMQ.start(config, new CustomLogger());
258258
259259| Property | Type | Default | Description |
260260| ----------| ------| ---------| -------------|
261- | ` url ` | ` string ` | ` "http://localhost:15672/" ` | The URL of the RabbitMQ management API. |
262- | ` username ` | ` string ` | ` "guest" ` | Username for management API authentication. |
263- | ` password ` | ` string ` | ` "guest" ` | Password for management API authentication. |
261+ | ` url ` | ` string ` | - | The URL of the RabbitMQ management API. |
262+ | ` username ` | ` string ` | - | Username for management API authentication. |
263+ | ` password ` | ` string ` | - | Password for management API authentication. |
264264
265265---
266266
You can’t perform that action at this time.
0 commit comments