2015-03-12 22:21:11 +00:00
|
|
|
{
|
2016-06-02 22:19:51 +00:00
|
|
|
"listener": [{
|
|
|
|
"tcp": {
|
|
|
|
"address": "127.0.0.1:443"
|
|
|
|
}
|
|
|
|
}],
|
2017-08-30 20:28:23 +00:00
|
|
|
"cluster_cipher_suites": "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
2017-03-08 14:17:00 +00:00
|
|
|
"storage": {
|
2016-06-02 22:19:51 +00:00
|
|
|
"consul": {
|
2016-10-02 18:54:01 +00:00
|
|
|
"foo": "bar",
|
|
|
|
"disable_clustering": "true"
|
2016-06-02 22:19:51 +00:00
|
|
|
}
|
|
|
|
},
|
2019-12-06 14:46:39 +00:00
|
|
|
"service_registration": {
|
|
|
|
"consul": {
|
|
|
|
"foo": "bar",
|
|
|
|
}
|
|
|
|
},
|
2016-06-02 22:19:51 +00:00
|
|
|
"telemetry": {
|
2020-06-17 15:07:33 +00:00
|
|
|
"statsite_address": "baz",
|
|
|
|
"usage_gauge_period": "5m",
|
|
|
|
"maximum_gauge_cardinality": 100
|
2016-06-02 22:19:51 +00:00
|
|
|
},
|
2020-10-29 23:47:34 +00:00
|
|
|
"sentinel": {
|
|
|
|
"additional_enabled_modules": []
|
|
|
|
},
|
2016-06-02 22:19:51 +00:00
|
|
|
"max_lease_ttl": "10h",
|
2016-07-26 15:38:24 +00:00
|
|
|
"default_lease_ttl": "10h",
|
2017-02-24 15:45:29 +00:00
|
|
|
"cluster_name":"testcluster",
|
2017-09-15 04:21:35 +00:00
|
|
|
"ui":true,
|
2017-09-16 21:09:37 +00:00
|
|
|
"pid_file":"./pidfile",
|
2018-08-24 16:09:03 +00:00
|
|
|
"raw_storage_endpoint":true,
|
|
|
|
"disable_sealwrap":true
|
2015-03-12 22:21:11 +00:00
|
|
|
}
|