21 lines
319 B
JSON
21 lines
319 B
JSON
{
|
|
"disable_cache": true,
|
|
"disable_mlock": true,
|
|
"ui":true,
|
|
"listener": [{
|
|
"tcp": {
|
|
"address": "127.0.0.1:8200"
|
|
}
|
|
}],
|
|
"storage": {
|
|
"raft": {
|
|
"path": "/storage/path/raft",
|
|
"node_id": "raft1",
|
|
"performance_multiplier": 1,
|
|
"foo": "bar",
|
|
"baz": true
|
|
}
|
|
},
|
|
"cluster_addr": "127.0.0.1:8201"
|
|
}
|