Fix README formatting.

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

View File

@@ -20,11 +20,11 @@ assumptions about a microservice:
4. Rather than hard-coding the inbound and outbound queues, the 4. Rather than hard-coding the inbound and outbound queues, the
microservice communicates with a self-contained configuration service shared microservice communicates with a self-contained configuration service shared
across all microservices. 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. 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 (host, port, username, password), and the object-storage host plus GNU
`pass` references for the S3 access key and secret key. `pass` references for the S3 access key and secret key.
The `slingshot-microservice` framework handles setting up the RabbitMQ The `slingshot-microservice` framework handles setting up the RabbitMQ
connection, listening to the inbound queue and routing results based on case variables. connection, listening to the inbound queue and routing results based on case variables.