init
This commit is contained in:
@@ -1,6 +1,14 @@
|
|||||||
{
|
listener "tcp" {
|
||||||
"backend": {"file": {"path": "/vault/file"}},
|
address = "0.0.0.0:8200"
|
||||||
"listener": {"tcp": {"address": "0.0.0.0:8200", "tls_disable": 1}},
|
tls_disable = "true"
|
||||||
"default_lease_ttl": "5m",
|
|
||||||
"max_lease_ttl": "256320h"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
storage "raft" {
|
||||||
|
path = "/vault/file"
|
||||||
|
node_id="raft_node1"
|
||||||
|
}
|
||||||
|
|
||||||
|
plugin_directory="/vault/plugins"
|
||||||
|
cluster_addr = "http://127.0.0.1:8201"
|
||||||
|
disable_mlock = "true"
|
||||||
|
ui = "true"
|
||||||
|
Reference in New Issue
Block a user