2023-03-15 16:00:52 +00:00
|
|
|
# Copyright (c) HashiCorp, Inc.
|
|
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
2021-06-24 16:56:38 +00:00
|
|
|
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
|