Skip to content

Commit 7568280

Browse files
authored
Update README.md
1 parent c0a24b1 commit 7568280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Add the following configurations to `appsettings.json` for MinIO (S3), Redis, an
5151
"Connection": "localhost:6379,password=${REDIS_PASSWORD}"
5252
},
5353
"RabbitMQ": {
54-
"Connection": "amqp://${REDIS_USER}:${REDIS_PASSWORD}@localhost:5672/"
54+
"Connection": "amqp://${RABBITMQ_USER}:${RABBITMQ_PASSWORD}@localhost:5672/"
5555
}
5656
}
5757
```

0 commit comments

Comments
 (0)