This commit is contained in:
18
config/config.hcl
Normal file
18
config/config.hcl
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
ui = true
|
||||
disable_mlock = "true"
|
||||
|
||||
storage "raft" {
|
||||
path = "/vault/data"
|
||||
node_id = "node1"
|
||||
}
|
||||
|
||||
listener "tcp" {
|
||||
address = "[::]:8200"
|
||||
tls_disable = "true"
|
||||
tls_cert_file = "/certs/cert.pem"
|
||||
tls_key_file = "/certs/privkey.pem"
|
||||
}
|
||||
|
||||
api_addr = "https://vault.tips-of-mine.com"
|
||||
cluster_addr = "https://vault.tips-of-mine.com:8201"
|
Reference in New Issue
Block a user