File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ connect();
4
4
async function connect ( ) {
5
5
6
6
try {
7
- const amqpServer = "amqp://tkgdqstw:[email protected] /tkgdqstw" //"amqp:// localhost:5672"
7
+ const amqpServer = "amqp://localhost:5672"
8
8
const connection = await amqp . connect ( amqpServer )
9
9
const channel = await connection . createChannel ( ) ;
10
10
await channel . assertQueue ( "jobs" ) ;
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ connect();
6
6
async function connect ( ) {
7
7
8
8
try {
9
- const amqpServer = "amqp://tkgdqstw:[email protected] /tkgdqstw" //"amqp:// localhost:5672"
9
+ const amqpServer = "amqp://localhost:5672"
10
10
const connection = await amqp . connect ( amqpServer )
11
11
const channel = await connection . createChannel ( ) ;
12
12
await channel . assertQueue ( "jobs" ) ;
You can’t perform that action at this time.
0 commit comments