From 6d6e07e09ad20370d8ae668b1cb6f885c51a56f6 Mon Sep 17 00:00:00 2001 From: 0x1d Date: Thu, 6 Nov 2025 20:08:44 +0100 Subject: [PATCH] docs: Add Consul verification steps to SUMMARY.md --- docs/content/stories/epic2/SUMMARY.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/content/stories/epic2/SUMMARY.md b/docs/content/stories/epic2/SUMMARY.md index b545232..3fcf638 100644 --- a/docs/content/stories/epic2/SUMMARY.md +++ b/docs/content/stories/epic2/SUMMARY.md @@ -316,7 +316,21 @@ grpcurl -plaintext localhost:8083 grpc.health.v1.Health/Check grpcurl -plaintext localhost:8084 grpc.health.v1.Health/Check ``` -## Database Verification +## Verification + +### Verify Consul +```bash +# Check Consul is running +curl http://localhost:8500/v1/status/leader + +# List registered services +curl http://localhost:8500/v1/agent/services + +# Or use Consul UI +# Open http://localhost:8500/ui in your browser +``` + +### Database Verification ### Check Schemas ```bash