Skip to content

Commit faae5bb

Browse files
fix: connection typo (#24)
1 parent 8691c55 commit faae5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api-gateways/DevStore.Bff.Checkout/appsettings.Development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"OrderUrl": "https://localhost:5471",
3030

3131
"MessageQueueConnection": {
32-
"MessageBus": "host=localhost:5672;publisherConfirms=true;timeout=10;username=devstore;password=devstore00"
32+
"MessageBus": "host=localhost:5672;publisherConfirms=true;timeout=10;username=devstore;password=devstore"
3333
},
3434
"AppSettings": {
3535
"JwksUri": "https://localhost:5421/jwks",

0 commit comments

Comments
 (0)