35 lines
669 B
JSON
35 lines
669 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"
|
|
}
|
|
},
|
|
"service_registration": {
|
|
"consul": {
|
|
"foo": "bar"
|
|
}
|
|
},
|
|
"telemetry": {
|
|
"statsite_address": "baz",
|
|
"usage_gauge_period": "5m",
|
|
"maximum_gauge_cardinality": 100
|
|
},
|
|
"sentinel": {
|
|
"additional_enabled_modules": []
|
|
},
|
|
"max_lease_ttl": "10h",
|
|
"default_lease_ttl": "10h",
|
|
"cluster_name":"testcluster",
|
|
"ui":true,
|
|
"pid_file":"./pidfile",
|
|
"raw_storage_endpoint":true,
|
|
"disable_sealwrap":true
|
|
}
|