summaryrefslogtreecommitdiffstats
path: root/sms-service/bin/deploy/vault.json
blob: 2af9ce5b87d5810704e02b5b75521c8aadbb5b1e (plain)
1
2
3
4
5
6
7
8
9
10
storage "consul" {
  address = "sms-consul:8500"
  path = "smsvault"
}

listener "tcp" {
  address = "[::]:8200"
  tls_disable = true
}
disable_mlock = true