Skip to content

Commit 5b7bd48

Browse files
authored
Fix invalid connection string in RabbitMQ connector sample (#410)
1 parent 62e05b2 commit 5b7bd48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Connectors/src/RabbitMQ/appsettings.Development.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
// Steeltoe: Set RabbitMQ connection string for non-cloud local development.
1111
"Steeltoe": {
1212
"Client": {
13-
"PostgreSql": {
13+
"RabbitMQ": {
1414
"Default": {
15-
"ConnectionString": "Server=localhost"
15+
"ConnectionString": "amqp://localhost:5672"
1616
}
1717
}
1818
}

0 commit comments

Comments
 (0)