24 lines
458 B
JSON
24 lines
458 B
JSON
{
|
|
"listener": [{
|
|
"tcp": {
|
|
"address": "127.0.0.1:443"
|
|
}
|
|
}],
|
|
"cluster_cipher_suites": "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
|
"storage": {
|
|
"consul": {
|
|
"foo": "bar",
|
|
"disable_clustering": "true"
|
|
}
|
|
},
|
|
"telemetry": {
|
|
"statsite_address": "baz"
|
|
},
|
|
"max_lease_ttl": "10h",
|
|
"default_lease_ttl": "10h",
|
|
"cluster_name":"testcluster",
|
|
"ui":true,
|
|
"pid_file":"./pidfile",
|
|
"raw_storage_endpoint":true
|
|
}
|