Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoAppsAI authored Aug 12, 2024
1 parent c0a24b1 commit 7568280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Add the following configurations to `appsettings.json` for MinIO (S3), Redis, an
"Connection": "localhost:6379,password=${REDIS_PASSWORD}"
},
"RabbitMQ": {
"Connection": "amqp://${REDIS_USER}:${REDIS_PASSWORD}@localhost:5672/"
"Connection": "amqp://${RABBITMQ_USER}:${RABBITMQ_PASSWORD}@localhost:5672/"
}
}
```
Expand Down

0 comments on commit 7568280

Please sign in to comment.