Fix README formatting.

This commit is contained in:
2026-04-25 03:12:07 +01:00
parent 2d6d989673
commit 5ff4b3ee5c

View File

@@ -20,9 +20,9 @@ assumptions about a microservice:
4. Rather than hard-coding the inbound and outbound queues, the
microservice communicates with a self-contained configuration service shared
across all microservices.
i. This service provides inbound queue name, as well as any outbound queues
- This service provides inbound queue name, as well as any outbound queues
and their corresponding case variables.
ii. It is also responsible for providing the RabbitMQ connection details
- It is also responsible for providing the RabbitMQ connection details
(host, port, username, password), and the object-storage host plus GNU
`pass` references for the S3 access key and secret key.