Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeplotean committed Dec 16, 2024
1 parent 27a7b9e commit 9856538
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions docker-compose/vault/config.hcl
Original file line number Diff line number Diff line change
@@ -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"
# }
disable_mlock = true

0 comments on commit 9856538

Please sign in to comment.