e2614979f7
* partial * fix raft panics and ensure checks are skipped if storage isnt initialized * cleanup directories * newline * typo in nil check * another nil check
9 lines
161 B
HCL
9 lines
161 B
HCL
storage "raft" {
|
|
path = "/path/to/raft/data"
|
|
node_id = "raft_node_1"
|
|
}
|
|
|
|
api_addr = "http://127.0.0.1:8200"
|
|
cluster_addr = "https://127.0.0.1:8201"
|
|
ui = true
|