mirror of
https://github.com/status-im/consul.git
synced 2025-03-03 23:00:44 +00:00
Backport of #9980 to `1.8.x` Conflicts: - just the generated golden command/ files - envoy.go and envoy_test.go
17 lines
268 B
Plaintext
17 lines
268 B
Plaintext
{
|
|
"admin": {
|
|
"access_log_path": "/dev/null",
|
|
"address": {
|
|
"socket_address": {
|
|
"address": "127.0.0.1",
|
|
"port_value": 19000
|
|
}
|
|
}
|
|
},
|
|
"node": {
|
|
"cluster": "test-proxy",
|
|
"id": "test-proxy"
|
|
},
|
|
"custom_field": "foo"
|
|
}
|