Update consul-connect.mdx
HCL grpc key doesn't need quotes
This commit is contained in:
parent
c37d82eab7
commit
9b522e31e8
|
@ -72,7 +72,7 @@ For HCL configurations:
|
|||
# ...
|
||||
|
||||
ports {
|
||||
"grpc" = 8502
|
||||
grpc = 8502
|
||||
}
|
||||
|
||||
connect {
|
||||
|
|
Loading…
Reference in New Issue