mirror of
https://github.com/status-im/consul.git
synced 2025-01-19 02:03:00 +00:00
0efdb9f0b5
Backport of #9980 to `1.9.x` Conflicts: - just the generated golden command/ files
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"
|
|
}
|