25 lines
364 B
JSON
25 lines
364 B
JSON
{
|
|
"listener": [{
|
|
"tcp": {
|
|
"address": "127.0.0.1:443"
|
|
}
|
|
}, {
|
|
"atlas": {
|
|
"token": "foobar",
|
|
"infrastructure": "foo/bar",
|
|
"endpoint": "https://foo.bar:1111",
|
|
"node_id": "foo_node"
|
|
}
|
|
}],
|
|
"backend": {
|
|
"consul": {
|
|
"foo": "bar"
|
|
}
|
|
},
|
|
"telemetry": {
|
|
"statsite_address": "baz"
|
|
},
|
|
"max_lease_ttl": "10h",
|
|
"default_lease_ttl": "10h"
|
|
}
|