docs: Add Consul verification steps to SUMMARY.md
This commit is contained in:
@@ -316,7 +316,21 @@ grpcurl -plaintext localhost:8083 grpc.health.v1.Health/Check
|
|||||||
grpcurl -plaintext localhost:8084 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
|
### Check Schemas
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user