We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a24b1 commit 7568280Copy full SHA for 7568280
README.md
@@ -51,7 +51,7 @@ Add the following configurations to `appsettings.json` for MinIO (S3), Redis, an
51
"Connection": "localhost:6379,password=${REDIS_PASSWORD}"
52
},
53
"RabbitMQ": {
54
- "Connection": "amqp://${REDIS_USER}:${REDIS_PASSWORD}@localhost:5672/"
+ "Connection": "amqp://${RABBITMQ_USER}:${RABBITMQ_PASSWORD}@localhost:5672/"
55
}
56
57
```
0 commit comments