api-registry/example.hcl
2024-12-05 16:55:03 +01:00

16 lines
308 B
HCL

service {
id = "registry"
name = "registry"
tags = ["api-registry", "registry", "https", "grpc", "tcp", "consul", "catalog"]
address = ""
port = 8500
check {
id = "registry"
name = "Registry Service"
tcp ="localhost:53"
interval = "10s"
timeout = "1s"
}
}