init
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
{
|
||||
"backend": {"file": {"path": "/vault/file"}},
|
||||
"listener": {"tcp": {"address": "0.0.0.0:8200", "tls_disable": 1}},
|
||||
"default_lease_ttl": "5m",
|
||||
"max_lease_ttl": "256320h"
|
||||
listener "tcp" {
|
||||
address = "0.0.0.0:8200"
|
||||
tls_disable = "true"
|
||||
}
|
||||
|
||||
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