diff --git a/docker-compose/vault/config.hcl b/docker-compose/vault/config.hcl index ab28ef275..6eb33478a 100644 --- a/docker-compose/vault/config.hcl +++ b/docker-compose/vault/config.hcl @@ -1,14 +1,4 @@ ui = true cluster_addr = "https://127.0.0.1:8201" api_addr = "https://127.0.0.1:8200" -disable_mlock = true - -# listener "tcp" { -# address = "0.0.0.0:8200" -# tls_disable = true -# } - -# storage "raft" { -# path = "/path/to/raft/data" -# node_id = "raft_node_id" -# } \ No newline at end of file +disable_mlock = true \ No newline at end of file