Skip to content

Commit

Permalink
fix: connection typo (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobritodev committed Jan 5, 2023
1 parent 8691c55 commit faae5bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"OrderUrl": "https://localhost:5471",

"MessageQueueConnection": {
"MessageBus": "host=localhost:5672;publisherConfirms=true;timeout=10;username=devstore;password=devstore00"
"MessageBus": "host=localhost:5672;publisherConfirms=true;timeout=10;username=devstore;password=devstore"
},
"AppSettings": {
"JwksUri": "https://localhost:5421/jwks",
Expand Down

0 comments on commit faae5bb

Please sign in to comment.