summaryrefslogtreecommitdiff
path: root/roles/vault/files/config.json
blob: 3ca5a3d5f0e02f26255b3b7e29a18dff3754d07c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
ui = true

storage "file" {
  path    = "/opt/vault/data"
}

listener "tcp" {
  address     = "0.0.0.0:8100"
  tls_disable = 1
}

telemetry {
  prometheus_retention_time = "30s",
  disable_hostname = true
}